From 3a51d0b69e46fcc726f14c1f883a1e67fdf5bf9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 04:06:42 +0000 Subject: [PATCH] Bump clap from 3.1.10 to 3.2.8 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.10 to 3.2.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.10...v3.2.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58971cc..e9959b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.10" +version = "3.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" +checksum = "190814073e85d238f31ff738fcb0bf6910cedeb73376c87cd69291028966fd83" dependencies = [ "atty", "bitflags", @@ -137,9 +137,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.1.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669" +checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" dependencies = [ "os_str_bytes", ] diff --git a/Cargo.toml b/Cargo.toml index e3732ac..e78213d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ warp = {version = "0.3", default-features = false} tokio = {version = "1.17", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]} binascii = "0.1" toml = "0.5" -clap = "3.1" +clap = "3.2" log = {version = "0.4", features = ["release_max_level_info"]} fern = "0.6" serde_json = "1.0"