Skip to content

Commit

Permalink
Bump bitflags from 2.4.1 to 2.5.0 in /src (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler authored Mar 20, 2024
2 parents cae16cb + 29f6bdf commit 41796c1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions src/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/lib/linux-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rustix = ["dep:rustix"]
c_bindings = ["dep:shadow-build-common", "dep:cbindgen"]

[dependencies]
bitflags = "2.4.1"
bitflags = "2.5.0"
log = { version = "0.4.20", default-features = false }
shadow-pod = { path = "../pod" }
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
bitflags = "2.4.1"
bitflags = "2.5.0"
# custom version of the bytes crate required to make the 'try_unsplit' method public
# issue: https://github.com/tokio-rs/bytes/issues/287
# pr: https://github.com/tokio-rs/bytes/pull/513
Expand Down
2 changes: 1 addition & 1 deletion src/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["rlib", "staticlib"]
anyhow = "1.0.78"
atomic_refcell = "0.1"
backtrace = "0.3.69"
bitflags = "2.4"
bitflags = "2.5"
# custom version of the bytes crate required to make the 'try_unsplit' method public
# issue: https://github.com/tokio-rs/bytes/issues/287
# pr: https://github.com/tokio-rs/bytes/pull/513
Expand Down

0 comments on commit 41796c1

Please sign in to comment.