diff --git a/Cargo.lock b/Cargo.lock index df5c464f5fdc2..997f49d6fdf9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ "ark-std", "blake2s_simd", "byteorder", - "clap 3.1.15", + "clap 3.1.17", "csv", "env_logger", "hex", @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.15" +version = "3.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d" +checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0" dependencies = [ "atty", "bitflags", @@ -2730,7 +2730,7 @@ version = "0.1.0" source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884df53c11bf34a664bc#4e025186af502c931318884df53c11bf34a664bc" dependencies = [ "anyhow", - "clap 3.1.15", + "clap 3.1.17", "crossterm 0.21.0", "move-binary-format", "move-bytecode-source-map", @@ -2748,7 +2748,7 @@ source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884d dependencies = [ "anyhow", "bcs", - "clap 3.1.15", + "clap 3.1.17", "codespan-reporting", "colored", "difference", @@ -2802,7 +2802,7 @@ source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884d dependencies = [ "anyhow", "bcs", - "clap 3.1.15", + "clap 3.1.17", "codespan-reporting", "difference", "hex", @@ -2846,7 +2846,7 @@ source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884d dependencies = [ "anyhow", "bcs", - "clap 3.1.15", + "clap 3.1.17", "codespan", "colored", "move-binary-format", @@ -2865,7 +2865,7 @@ version = "0.1.0" source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884df53c11bf34a664bc#4e025186af502c931318884df53c11bf34a664bc" dependencies = [ "anyhow", - "clap 3.1.15", + "clap 3.1.17", "colored", "move-binary-format", "move-bytecode-source-map", @@ -2988,7 +2988,7 @@ source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884d dependencies = [ "anyhow", "bcs", - "clap 3.1.15", + "clap 3.1.17", "colored", "move-abigen", "move-binary-format", @@ -3021,7 +3021,7 @@ dependencies = [ "anyhow", "async-trait", "atty", - "clap 3.1.15", + "clap 3.1.17", "codespan", "codespan-reporting", "futures", @@ -3138,7 +3138,7 @@ source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884d dependencies = [ "anyhow", "bytecode-interpreter-crypto", - "clap 3.1.15", + "clap 3.1.17", "codespan-reporting", "itertools", "move-binary-format", @@ -3202,7 +3202,7 @@ version = "0.1.0" source = "git+https://github.com/move-language/move?rev=4e025186af502c931318884df53c11bf34a664bc#4e025186af502c931318884df53c11bf34a664bc" dependencies = [ "anyhow", - "clap 3.1.15", + "clap 3.1.17", "codespan-reporting", "colored", "itertools", @@ -5007,7 +5007,7 @@ dependencies = [ "base64ct", "bcs", "bytes", - "clap 3.1.15", + "clap 3.1.17", "colored", "config 0.1.0", "crypto", @@ -5089,7 +5089,7 @@ dependencies = [ "anyhow", "async-trait", "axum", - "clap 3.1.15", + "clap 3.1.17", "futures", "serde 1.0.137", "serde_json", @@ -5222,7 +5222,7 @@ dependencies = [ "bcs", "bincode", "bytes", - "clap 3.1.15", + "clap 3.1.17", "ed25519-dalek", "executor", "fdlimit", @@ -6332,7 +6332,7 @@ name = "x" version = "0.1.0" dependencies = [ "anyhow", - "clap 3.1.15", + "clap 3.1.17", "nexlint", "nexlint-lints", ] diff --git a/crates/x/Cargo.toml b/crates/x/Cargo.toml index 6e8442faa3209..ce50395327bbe 100644 --- a/crates/x/Cargo.toml +++ b/crates/x/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" anyhow = "1.0.52" nexlint = { git = "https://github.com/nextest-rs/nexlint.git", rev = "61421e7f5fe3a2ff5eb780aca7f5ef28c6bd9652" } nexlint-lints = { git = "https://github.com/nextest-rs/nexlint.git", rev = "61421e7f5fe3a2ff5eb780aca7f5ef28c6bd9652" } -clap = { version = "3.1.14", features = ["derive"] } +clap = { version = "3.1.17", features = ["derive"] } diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 545b6dbff21fe..21af3a74d3a45 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -10,7 +10,7 @@ publish = false anyhow = { version = "1.0.57", features = ["backtrace"] } async-trait = "0.1.53" axum = "0.5.4" -clap = { version = "3.1.14", features = ["derive"] } +clap = { version = "3.1.17", features = ["derive"] } futures = "0.3.21" thiserror = "1.0.31" tokio = { version = "1.18.2", features = ["full"] } diff --git a/sui/Cargo.toml b/sui/Cargo.toml index f76b755296818..af46e95044553 100644 --- a/sui/Cargo.toml +++ b/sui/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3.11", features = ["time", "registry", "env- serde-value = "0.7.0" serde-name = "0.2.0" dirs = "4.0.0" -clap = { version = "3.1.14", features = ["derive"] } +clap = { version = "3.1.17", features = ["derive"] } telemetry_subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "d2976a45420147ad821baae96e6fe4b12215f743" } bcs = "0.1.3" diff --git a/sui_core/Cargo.toml b/sui_core/Cargo.toml index c44afe9ddc85e..aaf00a64b5550 100644 --- a/sui_core/Cargo.toml +++ b/sui_core/Cargo.toml @@ -27,7 +27,7 @@ tracing = { version = "0.1.34", features = ["log"] } signature = "1.5.0" ed25519-dalek = "1.0.1" scopeguard = "1.1.0" -clap = { version = "3.1.14", features = ["derive"] } +clap = { version = "3.1.17", features = ["derive"] } bincode = "1.3.3" fdlimit = "0.2.1" schemars = "0.8.8"