@@ -38,16 +38,16 @@ 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-rc.0 "
41+ curve25519-dalek = " =5.0.0-rc.1 "
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 }
48- ecdsa = " = 0.17.0-rc.18 "
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" ] }
48+ ecdsa = " 0.17"
49+ ed25519-dalek = { version = " =3.0.0-rc.1 " , features = [" alloc" , " rand_core" , " pkcs8" ] }
50+ elliptic-curve = { version = " 0.14" , features = [" ecdh" ] }
5151enum_dispatch = " 0.3.13"
5252flate2 = { version = " 1.0.15" , optional = true }
5353futures.workspace = true
@@ -68,9 +68,9 @@ module-lattice = "0.2"
6868num-bigint = { package = " internal-russh-num-bigint" , version = " =0.5.0" , features = [" rand_0_10" ] }
6969num_bigint_0_4 = { package = " num-bigint" , version = " 0.4.6" }
7070# num-integer = "0.1"
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" ] }
71+ p256 = { version = " =0.14.0-rc.15 " , features = [" ecdh" ] }
72+ p384 = { version = " =0.14.0-rc.15 " , features = [" ecdh" ] }
73+ p521 = { version = " =0.14.0-rc.15 " , features = [" ecdh" ] }
7474pbkdf2 = " 0.13"
7575pkcs1 = { version = " =0.8.0-rc.4" , optional = true }
7676pkcs5 = " 0.8"
0 commit comments