Skip to content

Commit 7d46f25

Browse files
authored
Bump rand to v0.10.0-rc.6 (#2159)
1 parent d76c2ce commit 7d46f25

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,3 @@ tls_codec_derive = { path = "./tls_codec/derive" }
6060
x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-ocsp = { path = "./x509-ocsp" }
63-
64-
rand = { git = "https://github.com/rust-random/rand" }

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hex-literal = "1"
4242
pem-rfc7468 = "1"
4343
pkcs5 = "0.8.0-rc.11"
4444
pbkdf2 = "0.13.0-rc.5"
45-
rand = "0.10.0-rc.5"
45+
rand = "0.10.0-rc.6"
4646
rsa = { version = "0.10.0-rc.11", features = ["sha2"] }
4747
ecdsa = { version = "0.17.0-rc.10", features = ["digest", "pem"] }
4848
p256 = "0.14.0-rc.2"

x509-cert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tls_codec = { version = "0.4", default-features = false, features = ["derive"],
2929

3030
[dev-dependencies]
3131
hex-literal = "1"
32-
rand = "0.10.0-rc.5"
32+
rand = "0.10.0-rc.6"
3333
rsa = { version = "0.10.0-rc.11", features = ["sha2"] }
3434
ecdsa = { version = "0.17.0-rc.9", features = ["digest", "pem"] }
3535
p256 = "0.14.0-rc.2"

x509-ocsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ signature = { version = "3.0.0-rc.5", optional = true, default-features = false,
2929
[dev-dependencies]
3030
hex-literal = "1"
3131
lazy_static = "1.5.0"
32-
rand = "0.10.0-rc.1"
32+
rand = "0.10.0-rc.6"
3333
rsa = { version = "0.10.0-rc.11", default-features = false, features = ["encoding", "sha2"] }
3434
sha1 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }
3535
sha2 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }

0 commit comments

Comments
 (0)