mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate clap to 4.5
This commit is contained in:
parent
19ddea70c2
commit
3117b9735c
2 changed files with 9 additions and 9 deletions
|
@ -72,7 +72,7 @@ bindgen = "0.69.4"
|
|||
bitflags = "2.4"
|
||||
bytemuck = { version = "1.14.3", features = ["derive", "min_const_generics", "extern_crate_std"] }
|
||||
bytes = "1"
|
||||
clap = { version = "4.4", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
clap = { version = "4.5", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
const-oid = { version = "0.9", default-features = false }
|
||||
der = "0.7.8"
|
||||
enumset = { version = "1.1", features = ["serde", "std"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue