Skip to content

Commit

Permalink
Bump bitflags from 2.4.0 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 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@2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 7a40a6d commit a29e108
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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 couchstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
byteorder = "1.5.0"
bitflags = "2.4.0"
bitflags = "2.4.1"
crc32c = "0.6.4"
crc32fast = "1.3.2"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion ep_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ crossbeam-utils = "0.8.16"
dashmap = "5.5.3"
rand = "0.8.5"
byteorder = "1.5.0"
bitflags = "2.4.0"
bitflags = "2.4.1"
crc32fast = "1.3.2"
2 changes: 1 addition & 1 deletion kv_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ couchstore = { path = "../couchstore" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
maplit = "1.0.2"
bitflags = "2.4.0"
bitflags = "2.4.1"
tracing-subscriber = "0.3"
2 changes: 1 addition & 1 deletion memcached_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "2.4.0"
bitflags = "2.4.1"
bytes = "1.5.0"
thiserror = "1.0.49"
tokio-util = { version = "0.7.9", features = ["codec"] }
Expand Down

0 comments on commit a29e108

Please sign in to comment.