Skip to content

Commit ac3b430

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

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.

spake2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
curve25519-dalek = { version = "5.0.0-pre.6", default-features = false, features = ["rand_core"] }
1919
rand_core = { version = "0.10", default-features = false }
2020
sha2 = { version = "0.11", default-features = false }
21-
hkdf = { version = "0.13.0-rc.5", default-features = false }
21+
hkdf = { version = "0.13.0", default-features = false }
2222

2323
# optional dependencies
2424
getrandom = { version = "0.4", optional = true, features = ["sys_rng"] }

0 commit comments

Comments
 (0)