@@ -38,29 +38,28 @@ bytes.workspace = true
3838cbc = { version = " 0.2" }
3939cipher = " 0.5.1" # only pinned due to a cargo-minimal-versions failure in 0.5.0
4040ctr = " 0.10"
41- curve25519-dalek = " =5.0.0-pre.6 "
41+ curve25519-dalek = " =5.0.0-rc.0 "
4242crypto-bigint = { version = " 0.7.3" , features = [" alloc" ] }
4343data-encoding = " 2.3"
4444delegate.workspace = true
4545digest.workspace = true
4646der = " 0.8"
4747des = { version = " 0.9" , optional = true }
4848ecdsa = " =0.17.0-rc.18"
49- ed25519-dalek = { version = " =3.0.0-pre.7 " , features = [" alloc" , " rand_core" , " pkcs8" ] }
50- elliptic-curve = { version = " =0.14.0-rc.32 " , features = [" ecdh" ] }
49+ ed25519-dalek = { version = " =3.0.0-rc.0 " , features = [" alloc" , " rand_core" , " pkcs8" ] }
50+ elliptic-curve = { version = " =0.14.0-rc.33 " , features = [" ecdh" ] }
5151enum_dispatch = " 0.3.13"
5252flate2 = { version = " 1.0.15" , optional = true }
5353futures.workspace = true
5454generic-array = { version = " 1.3.3" , features = [" compat-0_14" ] }
55- getrandom = { version = " 0.2.15 " , features = [" js " ] }
55+ getrandom = { version = " 0.4 " , features = [" wasm_js " ] }
5656ghash = " 0.6.0" # only pinned due to a cargo-minimal-versions failure in 0.6.0-rc.3
5757hex-literal = " 1"
58- hkdf = " 0.13.0"
5958hmac.workspace = true
60- inout = { version = " 0.1 " , features = [ " std " ] }
59+ inout = { version = " 0.2 " }
6160keccak = " 0.2.0"
6261log.workspace = true
63- md5 = " 0.7 "
62+ md5 = " 0.8 "
6463ml-kem = " 0.3"
6564module-lattice = " 0.2"
6665# num-bigint 0.4.x only supports rand 0.8. PR #338 adds rand 0.10 support
@@ -69,9 +68,9 @@ module-lattice = "0.2"
6968num-bigint = { package = " internal-russh-num-bigint" , version = " =0.5.0" , features = [" rand_0_10" ] }
7069num_bigint_0_4 = { package = " num-bigint" , version = " 0.4.6" }
7170# num-integer = "0.1"
72- p256 = { version = " =0.14.0-rc.9 " , features = [" ecdh" ] }
73- p384 = { version = " =0.14.0-rc.9 " , features = [" ecdh" ] }
74- p521 = { version = " =0.14.0-rc.9 " , features = [" ecdh" ] }
71+ p256 = { version = " =0.14.0-rc.10 " , features = [" ecdh" ] }
72+ p384 = { version = " =0.14.0-rc.10 " , features = [" ecdh" ] }
73+ p521 = { version = " =0.14.0-rc.10 " , features = [" ecdh" ] }
7574pbkdf2 = " 0.13"
7675pkcs1 = { version = " =0.8.0-rc.4" , optional = true }
7776pkcs5 = " 0.8"
@@ -100,7 +99,7 @@ thiserror.workspace = true
10099tokio = { workspace = true , features = [" io-util" , " sync" , " time" ] }
101100typenum = " 1.17"
102101universal-hash = " 0.6.1" # only pinned due to a cargo-minimal-versions failure in 0.6.0
103- yasna = { version = " 0.5.0 " , features = [
102+ yasna = { version = " 0.6 " , features = [
104103 " bit-vec" ,
105104 " num-bigint" ,
106105], optional = true }
0 commit comments