1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Update clap to 4.1.8

This requires bumping the MSRV to 1.64.

It also updates the `terminal_size` crate that is pulled in by `clap` to
reduce duplicate dependencies.
This commit is contained in:
Constantin Nickel
2023-03-15 07:42:01 +01:00
parent 231ad86f04
commit c094cd3ee5
9 changed files with 34 additions and 103 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ version = "0.22.1"
exclude = ["assets/syntaxes/*", "assets/themes/*"]
build = "build.rs"
edition = '2018'
rust-version = "1.62"
rust-version = "1.64"
[features]
default = ["application"]
@@ -78,7 +78,7 @@ default-features = false
features = ["parsing"]
[dependencies.clap]
version = "4.0.32"
version = "4.1.8"
optional = true
features = ["wrap_help", "cargo"]
@@ -98,7 +98,7 @@ tempfile = "3.3.0"
nix = { version = "0.26.2", default-features = false, features = ["term"] }
[build-dependencies.clap]
version = "4.0.32"
version = "4.1.8"
optional = true
features = ["wrap_help", "cargo"]