Skip to content

Commit ae08941

Browse files
Cargo.toml: Bump clap to =4.3.24
4.3.24 is the highest clap version that is compatible with the current MSRV (1.66.0) * Fix clap_lex to 0.5.0 to be compatible with MSRV as well. * Fix anstyle to 1.0.2 to be compatible with MSRV as well. * Fix anstyle-query to 1.0.0 to be compatible with MSRV as well. * Fix anstyle-parse to 0.2.1 to be compatible with MSRV as well. Signed-off-by: Tomás González <[email protected]>
1 parent 4446169 commit ae08941

File tree

5 files changed

+288
-115
lines changed

5 files changed

+288
-115
lines changed

Cargo.lock

Lines changed: 117 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ picky-asn1-der = { version = "0.4.0", optional = true }
3131
picky-asn1 = { version = "0.8.0", optional = true }
3232
tss-esapi = { version = "7.5.0", optional = true }
3333
bincode = "1.3.1"
34-
clap = { version = "3.2.22", features = ["derive", "std"]}
34+
# TODO: Fixed until the MSRV is bumped!
35+
clap = { version = "=4.3.24", features = ["derive", "std"] }
3536
derivative = "2.2.0"
3637
hex = { version = "0.4.2", optional = true }
3738
psa-crypto = { version = "0.12.0", default-features = false, features = ["operations","std"], optional = true }

0 commit comments

Comments
 (0)