Skip to content

Commit

Permalink
Bump anyhow dev-dep to fix build with -Zminimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrmaxmeier committed Nov 20, 2024
1 parent ca0d9d4 commit 42295d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ bencher = "0.1.5"
getrandom = { version = "0.2.15", features = ["js", "std"] }
walkdir = "2.5.0"
time = { workspace = true, features = ["formatting", "macros"] }
anyhow = "1"
anyhow = "1.0.60"
clap = { version = "=4.4.18", features = ["derive"] }
tempfile = "3"
tempfile = "3.8"

[features]
aes-crypto = ["aes", "constant_time_eq", "hmac", "pbkdf2", "sha1", "rand", "zeroize"]
Expand Down

0 comments on commit 42295d0

Please sign in to comment.