From ea609d857d89054692d1e4064d82be6b9cf535d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:32:35 +0000 Subject: [PATCH] chore(deps): bump pico-args from 0.4.2 to 0.5.0 Bumps [pico-args](https://github.com/RazrFalcon/pico-args) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/RazrFalcon/pico-args/releases) - [Changelog](https://github.com/RazrFalcon/pico-args/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/pico-args/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: pico-args dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"