diff --git a/Cargo.lock b/Cargo.lock index 0452bc138..12481b4e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.13" +version = "4.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5" +checksum = "6ea54a38e4bce14ff6931c72e5b3c43da7051df056913d4e7e1fcdb1c03df69d" dependencies = [ "atty", "bitflags", diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index c0b714271..12c1d364c 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -19,7 +19,7 @@ include = [ [dependencies] anyhow = "1.0.65" -clap = { version = "4.0.13", features = ["derive", "env"] } +clap = { version = "4.0.14", features = ["derive", "env"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } heck = "0.4.0"