Skip to content

Commit 41f1ad2

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

File tree

3 files changed

+37
-21
lines changed

3 files changed

+37
-21
lines changed

Cargo.lock

Lines changed: 33 additions & 19 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/baloo/RSA.git", branch = "baloo/push-nlmtmxmzoows" }

ssh-key/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ hmac = { version = "0.13.0-rc.3", optional = true }
3535
p256 = { version = "0.14.0-rc.2", optional = true, default-features = false, features = ["ecdsa"] }
3636
p384 = { version = "0.14.0-rc.2", optional = true, default-features = false, features = ["ecdsa"] }
3737
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 }
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)