chore: cargo update

and fix `cargo clippy` issues.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-07 15:00:10 +02:00
parent 64715ccbdf
commit 0bdc3425e4
Signed by: harald
GPG key ID: F519A1143B3FBE32
5 changed files with 78 additions and 106 deletions

View file

@ -28,7 +28,7 @@ bytes = "1"
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.9"
enumset = { version = "1.1", features = ["serde", "std"] }
enumset = { version = "1.1", features = ["serde"] }
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
getrandom = "0.2.14"
hex = { version = "0.4.3", features = ["std"], default-features = false }