summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-12 08:17:59 +0000
committerGitHub <noreply@github.com>2023-06-12 08:17:59 +0000
commit75fca8f40fa757b83e13525c8b4ac5a22edab490 (patch)
tree81660aad16cd40a66b689a4f6407e8ad310ff280
parent1d9b63aa17e6aa388da309f09f3bee24ca041791 (diff)
parent0a822cbcde43ab81d4bb4a290d7d22fa96feb891 (diff)
Merge #210
210: Bump clap from 4.3.1 to 4.3.3 r=matthiasbeyer a=dependabot[bot] Bumps [clap](https://github.com/clap-rs/clap) from 4.3.1 to 4.3.3. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4f9f597..fbf4b62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -110,9 +110,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.3.1"
+version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"
+checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
dependencies = [
"clap_builder",
"clap_derive",
@@ -121,9 +121,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.3.1"
+version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
+checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
dependencies = [
"anstream",
"anstyle",
@@ -134,9 +134,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.3.1"
+version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b"
+checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
dependencies = [
"heck",
"proc-macro2",
diff --git a/Cargo.toml b/Cargo.toml
index be1ca73..1f9c207 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ url = ["dep:url"]
uuid = ["dep:uuid"]
[dependencies]
-clap = { version = "4.3.1", features = ["derive"], optional = true }
+clap = { version = "4.3.3", features = ["derive"], optional = true }
indexmap = { version = "1.9.3", optional = true }
nu-ansi-term = { version = "0.48.0", optional = true }
pretty = { version = "0.12.1", optional = true }