mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore(deps): update rust crate bitflags to 2.5
This commit is contained in:
parent
f374cdd70b
commit
0cd832aca3
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@ actix-web = { version = "4.5", features = ["rustls-0_22"] }
|
|||
anyhow = "1.0.81"
|
||||
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
|
||||
base64 = "0.22.0"
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.5"
|
||||
bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "extern_crate_std"] }
|
||||
bytes = "1"
|
||||
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue