Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Oct 29, 2023
1 parent 83e5d57 commit 9002671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ readme = "README.md"
rust-version = "1.65"

[dependencies]
digest = "0.10"
hmac = "0.12.1"
digest = { version = "0.10", default-features = false }
hmac = { version = "0.12.1", default-features = false }
# divrem can be dropped with MSRV >= 1.73
divrem = "1.0.0"

Expand Down

0 comments on commit 9002671

Please sign in to comment.