diff --git a/Cargo.toml b/Cargo.toml index 9af42deeae..6c839e5274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ async-std = { version = "=1.12.0", default-features = false } # Default features async-trait = "0.1.60" base64 = "0.21.4" bincode = "1.3.3" -clap = { version = "4.4.11", features = ["derive"] } +clap = { version = "4.4.*", features = ["derive"] } const_format = "0.2.30" crc = "3.0.1" criterion = "0.5"