Skip to content

Commit 2085618

Browse files
chore(deps): bump hkdf from 0.13.0-rc.5 to 0.13.0-rc.6 (#1477)
Bumps [hkdf](https://github.com/RustCrypto/KDFs) from 0.13.0-rc.5 to 0.13.0-rc.6. - [Commits](RustCrypto/KDFs@hkdf-v0.13.0-rc.5...hkdf-v0.13.0-rc.6) --- updated-dependencies: - dependency-name: hkdf dependency-version: 0.13.0-rc.6 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 e48b60b commit 2085618

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

modules/llrt_crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ elliptic-curve = { version = "0.14.0-rc.29", features = [
9191
"alloc",
9292
"sec1",
9393
], default-features = false, optional = true }
94-
hkdf = { version = "0.13.0-rc.5", default-features = false, optional = true }
94+
hkdf = { version = "0.13.0-rc.6", default-features = false, optional = true }
9595
hmac = { version = "0.13.0-rc.6", default-features = false, optional = true }
9696
rsa = { version = "0.10.0-rc.17", features = [
9797
"std",

0 commit comments

Comments
 (0)