mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-25 16:44:47 +02:00
chore(deps): update rust crate clap to 4.5.4
This commit is contained in:
parent
77c7d3628b
commit
f958471579
2 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@ base64 = "0.22.0"
|
|||
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 }
|
||||
clap = { version = "4.5.4", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
const-oid = { version = "0.9", default-features = false }
|
||||
der = "0.7.9"
|
||||
enumset = { version = "1.1", features = ["serde", "std"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue