Skip to content

Commit 25f5da7

Browse files
build(deps): bump hkdf from 0.12.3 to 0.12.4 (#1417)
Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.12.3 to 0.12.4. - [Commits](RustCrypto/KDFs@hkdf-v0.12.3...hkdf-v0.12.4) --- updated-dependencies: - dependency-name: hkdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c20194e commit 25f5da7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ base64ct = { version = "1", optional = true, default-features = false, features
2828
digest = { version = "0.10", optional = true }
2929
ff = { version = "0.13", optional = true, default-features = false }
3030
group = { version = "0.13", optional = true, default-features = false }
31-
hkdf = { version = "0.12.1", optional = true, default-features = false }
31+
hkdf = { version = "0.12.4", optional = true, default-features = false }
3232
hex-literal = { version = "0.4", optional = true }
3333
pem-rfc7468 = { version = "0.7", optional = true, features = ["alloc"] }
3434
pkcs8 = { version = "0.10.2", optional = true, default-features = false }

0 commit comments

Comments
 (0)