Skip to content

Commit 1c96506

Browse files
authored
elliptic-curve: bump hkdf dependency to v0.13 (#2349)
Release PR: RustCrypto/KDFs#195
1 parent b7c764a commit 1c96506

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ unused_qualifications = "warn"
5757
crypto-common = { path = "crypto-common" }
5858
digest = { path = "digest" }
5959
signature = { path = "signature" }
60-
hmac = { git = "https://github.com/RustCrypto/MACs" }

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ zeroize = { version = "1.7", default-features = false }
2929
digest = { version = "0.11", optional = true }
3030
ff = { version = "0.14.0-rc.0", package = "rustcrypto-ff", optional = true, default-features = false }
3131
group = { version = "0.14.0-rc.0", package = "rustcrypto-group", optional = true, default-features = false }
32-
hkdf = { version = "0.13.0-rc.5", optional = true, default-features = false }
32+
hkdf = { version = "0.13", optional = true, default-features = false }
3333
hex-literal = { version = "1", optional = true }
3434
once_cell = { version = "1.21", optional = true, default-features = false }
3535
pem-rfc7468 = { version = "1", optional = true, features = ["alloc"] }

0 commit comments

Comments
 (0)