summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-01 03:02:38 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-12-05 20:33:04 +0100
commit8072d5a3e34494c80f10396481703a96997bb893 (patch)
tree7574cee6e6b42f45e72108cbb0d2ee7303fd8270
parenta5234105e55570523db9d543947acd9d09a1e392 (diff)
Bump clap from 2.33.3 to 2.34.0
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.3 to 2.34.0. - [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/commits) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock17
-rw-r--r--Cargo.toml4
2 files changed, 6 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 399851c5..67eb0ecf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -28,15 +28,6 @@ dependencies = [
[[package]]
name = "ansi_term"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
-dependencies = [
- "winapi",
-]
-
-[[package]]
-name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
@@ -86,7 +77,7 @@ name = "bat"
version = "0.18.3"
dependencies = [
"ansi_colours",
- "ansi_term 0.12.1",
+ "ansi_term",
"assert_cmd",
"atty",
"bincode",
@@ -203,11 +194,11 @@ dependencies = [
[[package]]
name = "clap"
-version = "2.33.3"
+version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
+checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
- "ansi_term 0.11.0",
+ "ansi_term",
"atty",
"bitflags",
"strsim",
diff --git a/Cargo.toml b/Cargo.toml
index 9903b146..47f24849 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ default-features = false
features = ["parsing"]
[dependencies.clap]
-version = "2.33"
+version = "2.34"
optional = true
default-features = false
features = ["suggestions", "color", "wrap_help"]
@@ -91,7 +91,7 @@ tempfile = "3.2.0"
nix = "0.23.0"
[build-dependencies]
-clap = { version = "2.33", optional = true }
+clap = { version = "2.34", optional = true }
[profile.release]
lto = true