Update Rust crate hkdf to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-08 00:01:28 +02:00
commit 2a231ac091
9 changed files with 16 additions and 25 deletions

25
Cargo.lock generated
View file

@ -787,7 +787,7 @@ dependencies = [
"futures",
"futures-util",
"hex",
"hkdf 0.12.4",
"hkdf",
"hyper",
"hyper-util",
"iota-auth",
@ -1835,15 +1835,6 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac 0.12.1",
]
[[package]]
name = "hkdf"
version = "0.13.0"
@ -2222,7 +2213,7 @@ dependencies = [
"futures",
"futures-util",
"hex",
"hkdf 0.12.4",
"hkdf",
"hyper",
"hyper-util",
"iota-logger",
@ -2272,7 +2263,7 @@ dependencies = [
"futures",
"futures-util",
"hex",
"hkdf 0.12.4",
"hkdf",
"hyper",
"hyper-util",
"iota-ipc",
@ -2459,7 +2450,7 @@ dependencies = [
"arc-swap",
"base64",
"hex",
"hkdf 0.12.4",
"hkdf",
"iota-logger",
"iota-paths",
"iota-state",
@ -2505,7 +2496,7 @@ dependencies = [
"base64",
"ed25519-dalek",
"hex",
"hkdf 0.12.4",
"hkdf",
"iota-logger",
"iota-paths",
"json",
@ -3025,7 +3016,7 @@ dependencies = [
"chacha20poly1305",
"ed25519-dalek",
"getrandom 0.4.3",
"hkdf 0.13.0",
"hkdf",
"ml-dsa",
"mlkem-tls",
"rand 0.10.2",
@ -3421,7 +3412,7 @@ dependencies = [
"futures",
"futures-util",
"hex",
"hkdf 0.12.4",
"hkdf",
"hyper",
"hyper-util",
"iota-auth",
@ -5535,7 +5526,7 @@ dependencies = [
"futures",
"futures-util",
"hex",
"hkdf 0.12.4",
"hkdf",
"hyper",
"hyper-util",
"iota-logger",