summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-09-04 08:27:11 +0000
committerGitHub <noreply@github.com>2023-09-04 08:27:11 +0000
commit70d6f9dd2aa5e6603214919d76636b37fbcb4830 (patch)
tree6a41064fb201c2c1245d47e789e348a0926793bf
parent0c731ca76d2a9cc79fd90446532198c8cac20c15 (diff)
parent58d70a516d3d82a5d6ebdc5a304364e3aeca3e23 (diff)
Merge #252
252: Bump the dependencies group with 3 updates r=matthiasbeyer a=dependabot[bot] Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [termimad](https://github.com/Canop/termimad) and [url](https://github.com/servo/rust-url). Updates `clap` from 4.4.0 to 4.4.2 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock21
-rw-r--r--Cargo.toml4
2 files changed, 12 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3334f61..a036276 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -112,20 +112,19 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
-version = "4.4.0"
+version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d"
+checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
dependencies = [
"clap_builder",
"clap_derive",
- "once_cell",
]
[[package]]
name = "clap_builder"
-version = "4.4.0"
+version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6"
+checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
dependencies = [
"anstream",
"anstyle",
@@ -135,9 +134,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.4.0"
+version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a"
+checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
dependencies = [
"heck",
"proc-macro2",
@@ -705,9 +704,9 @@ dependencies = [
[[package]]
name = "termimad"
-version = "0.25.0"
+version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29bffc8a18091227aeac7ccbf7ccc0359a4b7d4c0b53a4a7680050aae05a0b31"
+checksum = "2229aaf689febef17c66f4724bf84c52d3dade1fce12b1cdf4d9e409647ee253"
dependencies = [
"coolor",
"crossbeam",
@@ -845,9 +844,9 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "url"
-version = "2.4.0"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
+checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
"idna",
diff --git a/Cargo.toml b/Cargo.toml
index e239611..470e225 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,14 +29,14 @@ url = ["dep:url"]
uuid = ["dep:uuid"]
[dependencies]
-clap = { version = "4.4.0", features = ["derive"], optional = true }
+clap = { version = "4.4.2", features = ["derive"], optional = true }
indexmap = { version = "2.0.0", optional = true }
nu-ansi-term = { version = "0.49.0", optional = true }
pretty = { version = "0.12.1", optional = true }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.105", optional = true }
term_size = { version = "0.3.2", optional = true }
-termimad = { version = "0.25.0", optional = true }
+termimad = { version = "0.25.2", optional = true }
type_description_derive = { version = "0.6.0", path = "type_description_derive" }
bytesize = { version = "1", optional = true }