Skip to content

Commit eb1a644

Browse files
committed
Merge branch 'main' into 729-high-flow-select
2 parents 29ff219 + d5d20a9 commit eb1a644

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rand = { version = "0.10", features = ["thread_rng"] }
1818
sha1 = { version = "0.11", features = ["oid"] }
1919
sha2 = { version = "0.11", features = ["oid"] }
2020
signature = "3.0.0-rc.10"
21-
ssh-encoding = { version = "=0.3.0-rc.9", features = ["bytes"] }
22-
ssh-key = { version = "=0.7.0-rc.10", features = [
21+
ssh-encoding = { version = "0.3", features = ["bytes"] }
22+
ssh-key = { version = "=0.7.0-rc.11", features = [
2323
"ed25519",
2424
"p256",
2525
"p384",

russh/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ bytes.workspace = true
3838
cbc = { version = "0.2" }
3939
cipher = "0.5.1" # only pinned due to a cargo-minimal-versions failure in 0.5.0
4040
ctr = "0.10"
41-
curve25519-dalek = "=5.0.0-rc.0"
41+
curve25519-dalek = "=5.0.0-rc.1"
4242
crypto-bigint = { version = "0.7.3", features = ["alloc"] }
4343
data-encoding = "2.3"
4444
delegate.workspace = true
4545
digest.workspace = true
4646
der = "0.8"
4747
des = { 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"] }
5151
enum_dispatch = "0.3.13"
5252
flate2 = { version = "1.0.15", optional = true }
5353
futures.workspace = true
@@ -68,9 +68,9 @@ module-lattice = "0.2"
6868
num-bigint = { package = "internal-russh-num-bigint", version = "=0.5.0", features = ["rand_0_10"] }
6969
num_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"] }
7474
pbkdf2 = "0.13"
7575
pkcs1 = { version = "=0.8.0-rc.4", optional = true }
7676
pkcs5 = "0.8"

0 commit comments

Comments
 (0)