Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rand from 0.7.3 to 0.8.3 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
143 changes: 26 additions & 117 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Expand Up @@ -44,4 +44,4 @@ mc-util-test-vector = { path = "../util/test-vector" }
datatest = "0.6"
pem = "0.8"
prost = { version = "0.6.1", default-features = false }
rand = "0.7"
rand = "0.8"
2 changes: 1 addition & 1 deletion attest/core/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ mc-util-serial = { path = "../../util/serial" }
bincode = "1.3"
hex = "0.4"
pem = "0.8"
rand = "0.7"
rand = "0.8"
rand_hc = "0.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion attest/net/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ serde_json = "1.0"
sha2 = "0.9"

[dev-dependencies]
rand = "0.7"
rand = "0.8"

[build-dependencies]
mc-sgx-build = { path = "../../sgx/build" }
2 changes: 1 addition & 1 deletion connection/Cargo.toml
Expand Up @@ -27,6 +27,6 @@ secrecy = "0.4"
sha2 = "0.9"

[dev-dependencies]
rand = "0.7"
rand = "0.8"
rand_hc = "0.2"
tempdir = "0.3"
2 changes: 1 addition & 1 deletion consensus/enclave/impl/Cargo.toml
Expand Up @@ -47,7 +47,7 @@ prost = { version = "0.6.1", default-features = false, features = ["prost-derive
rand_core = { version = "0.5", default-features = false }

[dev-dependencies]
rand = "0.7"
rand = "0.8"
rand_hc = "0.2"
mc-common = { path = "../../../common", features = ["loggers"] }
mc-ledger-db = { path = "../../../ledger/db" }
Expand Down