Skip to content

Commit

Permalink
fix(deps): update rust crate bitflags to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent 1e3b055 commit 335a827
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 bp7/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ edition = "2021"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11.2"
serde_repr = "0.1"
bitflags = "2.4.2"
bitflags = "2.5.0"
chrono = "0.4"
binascii = "0.1.4"
num_enum = "0.7.2"
2 changes: 1 addition & 1 deletion tcpcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitflags = "2.4.2"
bitflags = "2.5.0"
tokio = { version = "1.36.0", features = ["fs", "io-util", "net", "macros", "sync", "rt", "time"] }
tokio-openssl = "0.6.4"
openssl = {version = "0.10.64", features = ["vendored"]}
Expand Down

0 comments on commit 335a827

Please sign in to comment.