Skip to content

Commit 308ca91

Browse files
build(deps): bump hkdf from 0.12.4 to 0.13.0
Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.12.4 to 0.13.0. - [Commits](RustCrypto/KDFs@hkdf-v0.12.4...hkdf-v0.13.0) --- updated-dependencies: - dependency-name: hkdf dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cead069 commit 308ca91

File tree

2 files changed

+85
-29
lines changed

2 files changed

+85
-29
lines changed

Cargo.lock

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

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ecdsa = { version = "0.16", features = ["der", "pkcs8"] }
6868
p256 = { version = "0.13", features = ["pkcs8"] }
6969
p384 = { version = "0.13", features = ["pkcs8"] }
7070
p521 = { version = "0.13", features = ["pkcs8"] }
71-
hkdf = "0.12"
71+
hkdf = "0.13"
7272
x509-cert = { workspace = true, features = ["builder", "hazmat"] }
7373
web-time = "1.1.0"
7474
rand = { workspace = true, features = ["getrandom"] }

0 commit comments

Comments
 (0)