summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-16 11:01:44 +0000
committerGitHub <noreply@github.com>2023-02-16 11:01:44 +0000
commiteaa854a1b5e22309018b059753cb3c0e6513e939 (patch)
tree8fd763b54e24d9bf1e953ca01b4290c94eec6286
parent1f75666668b83d43acfc0d084549d1474a675b38 (diff)
Bump clap from 4.1.4 to 4.1.6
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.6. - [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/v4.1.4...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--gping/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 21fd126..a34c742 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -82,9 +82,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.1.4"
+version = "4.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
+checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
dependencies = [
"bitflags",
"clap_derive",
diff --git a/gping/Cargo.toml b/gping/Cargo.toml
index cd3f633..f118964 100644
--- a/gping/Cargo.toml
+++ b/gping/Cargo.toml
@@ -20,7 +20,7 @@ itertools = "0.10.5"
shadow-rs = "0.20.0"
const_format = "0.2.30"
read_color = "1.0.0"
-clap = { version = "4.1.1", features = ["derive"] }
+clap = { version = "4.1.6", features = ["derive"] }
[build-dependencies]
shadow-rs = "0.20.0"