diff --git a/Cargo.lock b/Cargo.lock index cb28d643..5701814d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,9 +1294,9 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" [[package]] name = "pico-args" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" +checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" [[package]] name = "pin-project" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ec3f5cf8..ccebda5e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1", features = ["derive"] } three_em_executor = { version = "0.2.0", path = "../executor" } three_em_arweave = { version = "0.2.0", path = "../arweave" } async-trait = "0.1.52" -pico-args = "0.4.2" +pico-args = "0.5.0" colored = "2" reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } local_ipaddress = "0.1.3"