From 3de77bb1f2222cbc7801c978b6ced9b73ed71af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:50:47 +0000 Subject: [PATCH] build(deps): bump dryoc from 0.8.0 to 0.9.0 Bumps [dryoc](https://github.com/brndnmtthws/dryoc) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/brndnmtthws/dryoc/releases) - [Commits](https://github.com/brndnmtthws/dryoc/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: dryoc dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76804c73..fc74d931 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,22 +754,23 @@ dependencies = [ "const-oid 0.10.2", "crypto-common 0.2.2", "ctutils", + "zeroize", ] [[package]] name = "dryoc" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d09fac1c1cf30622ccd33105965abb8ef17dd1c3aae34a489350dd0b8c3fae4" +checksum = "3a976e1da2134545bac480d6b2cb69b5bbb492d4bcf09cb5f6695c4b4f0f0914" dependencies = [ - "bitflags", "chacha20", "curve25519-dalek", - "lazy_static", + "getrandom 0.4.3", "libc", "rand 0.10.2", "salsa20", "sha2 0.11.0", + "sha3 0.12.0", "subtle", "winapi", "zeroize", @@ -1016,9 +1017,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi 6.0.0", "rand_core 0.10.1", + "wasm-bindgen", ] [[package]] @@ -2251,6 +2254,9 @@ name = "sponge-cursor" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a0219bd7d979d58245a4f41f695e1ac9f8befdffadd7f61f1bae9e39abc6620" +dependencies = [ + "zeroize", +] [[package]] name = "subtle" diff --git a/Cargo.toml b/Cargo.toml index aa0ec599..24c3b5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -191,7 +191,7 @@ ascon-aead = { version = "0.6", default-features = false, features = ["alloc"] } serde_json = "1" ring = "0.17.14" rsa = { version = "0.9.10", default-features = false, features = ["std", "u64_digit", "sha2"] } -dryoc = "0.8.0" +dryoc = "0.9.0" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies] libcrux-ml-kem = { version = "0.0.9", default-features = false, features = [