Skip to content

Commit

Permalink
build(deps): bump bitflags from 1.3.2 to 2.4.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent c09e7f9 commit 63b9e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/repr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ harness = false
[dependencies]
anyhow = "1.0.66"
arrow = { version = "53.3.0", default-features = false }
bitflags = "1.3.2"
bitflags = "2.4.1"
bytes = "1.3.0"
cfg-if = "1.0.0"
columnation = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ array-concat = "0.5.2"
aws-sdk-sts = { version = "1.7.0", default-features = false, features = [
"rt-tokio",
] }
bitflags = "1.3.2"
bitflags = "2.4.1"
chrono = { version = "0.4.35", default-features = false, features = ["std"] }
clap = { version = "4.5.23", features = ["derive"] }
derivative = "2.2.0"
Expand Down

0 comments on commit 63b9e78

Please sign in to comment.