Skip to content

Commit 5bac9b9

Browse files
committed
chore: Update bssh-russh RC dependencies to latest versions
- rsa: 0.10.0-rc.10 → 0.10.0-rc.17 (fixes RUSTSEC-2023-0071 Marvin Attack) - elliptic-curve: 0.14.0-rc.28 → 0.14.0-rc.30 - p256/p384/p521: 0.14.0-rc.7 → 0.14.0-rc.8 - ml-kem: 0.3.0-rc.1 → 0.3.0-rc.2 - spki: 0.8.0-rc.4 → 0.8.0 (stable release) All tests passing (1192 passed, 4 system-dependent failures unrelated to changes)
1 parent c7f3c8c commit 5bac9b9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

crates/bssh-russh/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ der = "0.8"
4343
des = { version = "0.8.1", optional = true }
4444
ecdsa = "0.17.0-rc.16"
4545
ed25519-dalek = { version = "3.0.0-pre.6", features = ["alloc", "rand_core", "pkcs8"] }
46-
elliptic-curve = { version = "0.14.0-rc.28", features = ["ecdh"] }
46+
elliptic-curve = { version = "0.14.0-rc.30", features = ["ecdh"] }
4747
enum_dispatch = "0.3.13"
4848
flate2 = { version = "1.0.15", optional = true }
4949
futures = "0.3"
@@ -54,14 +54,14 @@ hmac = "0.12"
5454
inout = { version = "0.1", features = ["std"] }
5555
log = "0.4"
5656
md5 = "0.7"
57-
ml-kem = "0.3.0-rc.1"
57+
ml-kem = "0.3.0-rc.2"
5858
module-lattice = "0.2"
5959
# num-bigint 0.4.x only supports rand 0.8; upstream russh ships a fork that
6060
# adds rand 0.10 support via the `rand_0_10` feature flag.
6161
num-bigint = { package = "internal-russh-num-bigint", version = "=0.5.0", features = ["rand_0_10"] }
62-
p256 = { version = "0.14.0-rc.7", features = ["ecdh"] }
63-
p384 = { version = "0.14.0-rc.7", features = ["ecdh"] }
64-
p521 = { version = "0.14.0-rc.7", features = ["ecdh"] }
62+
p256 = { version = "0.14.0-rc.8", features = ["ecdh"] }
63+
p384 = { version = "0.14.0-rc.8", features = ["ecdh"] }
64+
p521 = { version = "0.14.0-rc.8", features = ["ecdh"] }
6565
pbkdf2 = "0.12"
6666
pkcs1 = { version = "0.8.0-rc.4", optional = true }
6767
pkcs5 = "0.8.0-rc.13"
@@ -70,12 +70,12 @@ polyval = "0.7.1"
7070
rand_core = { version = "0.10.0" }
7171
rand = { version = "0.10", features = ["thread_rng"] }
7272
ring = { version = "0.17.14", optional = true }
73-
rsa = { version = "0.10.0-rc.10", optional = true }
73+
rsa = { version = "0.10.0-rc.17", optional = true }
7474
sec1 = { version = "0.8", features = ["der"] }
7575
sha1 = { version = "0.10.5", features = ["oid"] }
7676
sha2 = { version = "0.10.6", features = ["oid"] }
7777
signature = "3.0.0-rc.10"
78-
spki = "0.8.0-rc.4"
78+
spki = "0.8.0"
7979
ssh-encoding = { version = "0.2", features = ["bytes"] }
8080
subtle = "2.4"
8181
thiserror = "2.0.18"

0 commit comments

Comments
 (0)