Skip to content

Commit 7181232

Browse files
build(deps): bump bitflags from 1.3.2 to 2.4.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.4.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@1.3.2...2.4.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f58b528 commit 7181232

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/repr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ harness = false
2828
[dependencies]
2929
anyhow = "1.0.66"
3030
arrow = { version = "53.3.0", default-features = false }
31-
bitflags = "1.3.2"
31+
bitflags = "2.4.1"
3232
bytes = "1.3.0"
3333
cfg-if = "1.0.0"
3434
columnar = "0.2.0"

src/sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ array-concat = "0.5.2"
1515
aws-sdk-sts = { version = "1.7.0", default-features = false, features = [
1616
"rt-tokio",
1717
] }
18-
bitflags = "1.3.2"
18+
bitflags = "2.4.1"
1919
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
2020
clap = { version = "4.5.23", features = ["derive"] }
2121
derivative = "2.2.0"

0 commit comments

Comments
 (0)