Skip to content

Commit 9bfafd3

Browse files
committed
Remove unused rand dependency
1 parent 3b87e94 commit 9bfafd3

File tree

4 files changed

+0
-64
lines changed

4 files changed

+0
-64
lines changed

Cargo.lock

-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ resolver = "2"
66
aws-lc-rs = { version = "1.6.0", default-features = false }
77
pem = "3.0.2"
88
pki-types = { package = "rustls-pki-types", version = "1.4.1" }
9-
rand = "0.8"
109
ring = "0.17"
1110
x509-parser = "0.17"
1211

rcgen/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ pki-types = { package = "rustls-pki-types", version = "1" }
5454
x509-parser = { workspace = true, features = ["verify"] }
5555
rustls-webpki = { version = "0.102", features = ["std"] }
5656
botan = { version = "0.11", features = ["vendored"] }
57-
rand = { workspace = true }
5857
ring = { workspace = true }

rustls-cert-gen/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ bpaf = { version = "0.9.5", features = ["derive"] }
2121
pem = { workspace = true }
2222
pki-types = { workspace = true }
2323
ring = { workspace = true, optional = true }
24-
rand = { workspace = true }
2524
anyhow = "1.0.75"
2625
aws-lc-rs = { workspace = true, optional = true }
2726

0 commit comments

Comments
 (0)