From 922e326417ec15f433a8580888a2f640c30615c9 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 6 Nov 2025 17:41:44 -0700 Subject: [PATCH] v0.10.0-rc.10 --- Cargo.lock | 3 +-- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9399d63..3968744f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rsa" -version = "0.10.0-rc.9" +version = "0.10.0-rc.10" dependencies = [ "base64ct", "const-oid", @@ -685,7 +685,6 @@ dependencies = [ "proptest", "rand 0.10.0-rc.1", "rand_core 0.10.0-rc-2", - "rand_xorshift", "rstest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0cf99df4..ff958e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsa" -version = "0.10.0-rc.9" +version = "0.10.0-rc.10" authors = ["RustCrypto Developers", "dignifiedquire "] edition = "2021" description = "Pure Rust RSA implementation" @@ -37,7 +37,6 @@ base64ct = { version = "1", features = ["alloc"] } hex-literal = "1" proptest = "1" serde_test = "1.0.89" -rand_xorshift = "0.4" rand = { version = "0.10.0-rc.1", features = ["chacha"] } rand_core = { version = "0.10.0-rc-2", default-features = false } sha1 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }