Skip to content

Commit 45714b9

Browse files
committed
chore(deps): bump rand_core to 0.10.0-rc-4
1 parent ae02e7d commit 45714b9

File tree

4 files changed

+45
-44
lines changed

4 files changed

+45
-44
lines changed

Cargo.lock

Lines changed: 37 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ ssh-cipher = { path = "./ssh-cipher" }
1616
ssh-derive = { path = "./ssh-derive" }
1717
ssh-encoding = { path = "./ssh-encoding" }
1818
ssh-key = { path = "./ssh-key" }
19+
20+
rsa = { git = "https://github.com/RustCrypto/RSA.git" }

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
base64ct = { version = "1.8", optional = true }
2020
bigint = { package = "crypto-bigint", version = "0.7.0-rc.16", optional = true, default-features = false, features = ["alloc"] }
2121
bytes = { version = "1", optional = true, default-features = false }
22-
digest = { version = "0.11.0-rc.5", optional = true, default-features = false }
22+
digest = { version = "0.11.0-rc.7", optional = true, default-features = false }
2323
pem-rfc7468 = { version = "1", optional = true }
2424
ssh-derive = { version = "0.3.0-rc.0", optional = true }
2525
subtle = { version = "2", optional = true, default-features = false }

ssh-key/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ dsa = { version = "0.7.0-rc.9", optional = true, default-features = false, featu
3232
ed25519-dalek = { version = "=3.0.0-pre.4", optional = true, default-features = false }
3333
hex = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
3434
hmac = { version = "0.13.0-rc.3", optional = true }
35-
p256 = { version = "0.14.0-rc.2", optional = true, default-features = false, features = ["ecdsa"] }
36-
p384 = { version = "0.14.0-rc.2", optional = true, default-features = false, features = ["ecdsa"] }
37-
p521 = { version = "0.14.0-rc.2", optional = true, default-features = false, features = ["ecdsa"] }
38-
rand_core = { version = "0.10.0-rc-3", optional = true, default-features = false }
35+
p256 = { version = "0.14.0-rc.5", optional = true, default-features = false, features = ["ecdsa"] }
36+
p384 = { version = "0.14.0-rc.5", optional = true, default-features = false, features = ["ecdsa"] }
37+
p521 = { version = "0.14.0-rc.5", optional = true, default-features = false, features = ["ecdsa"] }
38+
rand_core = { version = "0.10.0-rc-5", optional = true, default-features = false }
3939
rsa = { version = "0.10.0-rc.12", optional = true, default-features = false, features = ["sha2"] }
4040
sec1 = { version = "0.8.0-rc.11", optional = true, default-features = false, features = ["point"] }
4141
serde = { version = "1.0.16", optional = true }
4242
sha1 = { version = "0.11.0-rc.3", optional = true, default-features = false, features = ["oid"] }
4343

4444
[dev-dependencies]
4545
hex-literal = "1"
46-
chacha20 = { version = "0.10.0-rc.6", features = ["rng"] }
46+
chacha20 = { version = "0.10.0-rc.7", features = ["rng"] }
4747

4848
[features]
4949
default = ["ecdsa", "rand_core", "std"]

0 commit comments

Comments
 (0)