Skip to content

Commit

Permalink
hkdf: switch from sha-1 to sha1 (#77)
Browse files Browse the repository at this point in the history
As a `dev-dependency`. The former is deprecated.
  • Loading branch information
tarcieri committed Nov 29, 2022
1 parent 0ef32bc commit e48fc53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hkdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hmac = "0.12.1"
[dev-dependencies]
blobby = "0.3"
hex-literal = "0.2.2"
sha-1 = { version = "0.10", default-features = false }
sha1 = { version = "0.10", default-features = false }
sha2 = { version = "0.10", default-features = false }

[features]
Expand Down

0 comments on commit e48fc53

Please sign in to comment.