@@ -43,7 +43,7 @@ der = "0.8"
4343des = { version = " 0.8.1" , optional = true }
4444ecdsa = " 0.17.0-rc.16"
4545ed25519-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" ] }
4747enum_dispatch = " 0.3.13"
4848flate2 = { version = " 1.0.15" , optional = true }
4949futures = " 0.3"
@@ -54,14 +54,14 @@ hmac = "0.12"
5454inout = { version = " 0.1" , features = [" std" ] }
5555log = " 0.4"
5656md5 = " 0.7"
57- ml-kem = " 0.3.0-rc.1 "
57+ ml-kem = " 0.3.0-rc.2 "
5858module-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.
6161num-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" ] }
6565pbkdf2 = " 0.12"
6666pkcs1 = { version = " 0.8.0-rc.4" , optional = true }
6767pkcs5 = " 0.8.0-rc.13"
@@ -70,12 +70,12 @@ polyval = "0.7.1"
7070rand_core = { version = " 0.10.0" }
7171rand = { version = " 0.10" , features = [" thread_rng" ] }
7272ring = { 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 }
7474sec1 = { version = " 0.8" , features = [" der" ] }
7575sha1 = { version = " 0.10.5" , features = [" oid" ] }
7676sha2 = { version = " 0.10.6" , features = [" oid" ] }
7777signature = " 3.0.0-rc.10"
78- spki = " 0.8.0-rc.4 "
78+ spki = " 0.8.0"
7979ssh-encoding = { version = " 0.2" , features = [" bytes" ] }
8080subtle = " 2.4"
8181thiserror = " 2.0.18"
0 commit comments