diff --git a/Cargo.lock b/Cargo.lock index 9e9104d..d8e6905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.9" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" dependencies = [ "clap_builder", "clap_derive", @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.9" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942" +checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" dependencies = [ "anstream", "anstyle", @@ -250,9 +250,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.8" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085" +checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" dependencies = [ "heck", "proc-macro2", diff --git a/crates/docs/Cargo.toml b/crates/docs/Cargo.toml index cd4b687..306bfba 100644 --- a/crates/docs/Cargo.toml +++ b/crates/docs/Cargo.toml @@ -12,4 +12,4 @@ license = "MIT" [dependencies] sway-scratch = { path = "../sway-scratch" } clap_mangen = "0.2.22" -clap = { version = "4.5.9" } +clap = { version = "4.5.11" } diff --git a/crates/sway-scratch/Cargo.toml b/crates/sway-scratch/Cargo.toml index 823de7c..1b17c8d 100644 --- a/crates/sway-scratch/Cargo.toml +++ b/crates/sway-scratch/Cargo.toml @@ -11,5 +11,5 @@ license = "MIT" [dependencies] async-std = { version = "1.12.0", features = ["attributes"] } -clap = { version = "4.5.9", features = ["derive", "string"] } +clap = { version = "4.5.11", features = ["derive", "string"] } swayipc-async = "2.0.1" \ No newline at end of file