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

chore: bump rand from 0.7.3 to 0.8.5 #8

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 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 accounts-cluster-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
clap = "2.33.1"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
solana-clap-utils = { path = "../clap-utils", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion banking-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
clap = { version = "3.1.8", features = ["derive"] }
crossbeam-channel = "0.5"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
solana-core = { path = "../core", version = "=1.11.0" }
solana-gossip = { path = "../gossip", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion bloom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
bv = { version = "0.11.1", features = ["serde"] }
fnv = "1.0.7"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
serde = { version = "1.0.137", features = ["rc"] }
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion bucket_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
log = { version = "0.4.17" }
memmap2 = "0.5.3"
modular-bitfield = "0.11.2"
rand = "0.7.0"
rand = "0.8.5"
solana-measure = { path = "../measure", version = "=1.11.0" }
solana-sdk = { path = "../sdk", version = "=1.11.0" }
tempfile = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ log = "0.4.17"
lru = "0.7.5"
quinn = "0.8.2"
quinn-proto = "0.8.2"
rand = "0.7.0"
rand = "0.8.5"
rand_chacha = "0.2.2"
rayon = "1.5.2"
reqwest = { version = "0.11.10", default-features = false, features = ["blocking", "rustls-tls", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static = "1.4.0"
log = "0.4.17"
lru = "0.7.5"
min-max-heap = "1.3.0"
rand = "0.7.0"
rand = "0.8.5"
rand_chacha = "0.2.2"
rayon = "1.5.2"
retain_mut = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Tool to send various requests to cluster in order to evaluate the
bincode = "1.3.3"
clap = {version = "3.1.5", features = ["derive", "cargo"]}
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
serde = "1.0.137"
solana-client = { path = "../client", version = "=1.11.0" }
solana-core = { path = "../core", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion entry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dlopen = "0.1.8"
dlopen_derive = "0.1.4"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
serde = "1.0.137"
solana-measure = { path = "../measure", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4.17"
lru = "0.7.5"
matches = "0.1.9"
num-traits = "0.2"
rand = "0.7.0"
rand = "0.8.5"
rand_chacha = "0.2.2"
rayon = "1.5.2"
serde = "1.0.137"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lru = "0.7.5"
num_cpus = "1.13.1"
num_enum = "0.5.7"
prost = "0.10.3"
rand = "0.7.0"
rand = "0.8.5"
rand_chacha = "0.2.2"
rayon = "1.5.2"
reed-solomon-erasure = { version = "5.0.2", features = ["simd-accel"] }
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.5"
fs_extra = "1.2.0"
itertools = "0.10.3"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
solana-client = { path = "../client", version = "=1.11.0" }
solana-config-program = { path = "../programs/config", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ solana-sdk = { path = "../sdk", version = "=1.11.0" }

[dev-dependencies]
env_logger = "0.9.0"
rand = "0.7.0"
rand = "0.8.5"
serial_test = "0.6.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion net-shaper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://solana.com/"
publish = false

[dependencies]
rand = "0.7.0"
rand = "0.8.5"
clap = { version = "3.1.5", features = ["cargo"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "3.1.5", features = ["cargo"] }
crossbeam-channel = "0.5"
log = "0.4.17"
nix = "0.24.0"
rand = "0.7.0"
rand = "0.8.5"
serde = "1.0.137"
serde_derive = "1.0.103"
socket2 = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dlopen_derive = "0.1.4"
fnv = "1.0.7"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
serde = "1.0.137"
solana-metrics = { path = "../metrics", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion poh-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
clap = { version = "3.1.5", features = ["cargo"] }
log = "0.4.17"
rand = "0.7.0"
rand = "0.8.5"
rayon = "1.5.2"
solana-entry = { path = "../entry", version = "=1.11.0" }
solana-logger = { path = "../logger", version = "=1.11.0" }
Expand Down
2 changes: 1 addition & 1 deletion poh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0"
[dev-dependencies]
bincode = "1.3.3"
matches = "0.1.9"
rand = "0.7.0"
rand = "0.8.5"
solana-logger = { path = "../logger", version = "=1.11.0" }
solana-perf = { path = "../perf", version = "=1.11.0" }

Expand Down
2 changes: 1 addition & 1 deletion programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ solana_rbpf = "=0.2.28"
thiserror = "1.0"

[dev-dependencies]
rand = "0.7.3"
rand = "0.8.5"
solana-runtime = { path = "../../runtime", version = "=1.11.0" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion programs/ed25519-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dev-dependencies]
assert_matches = "1.5.0"
ed25519-dalek = "=1.0.1"
rand = "0.7.0"
rand = "0.8.5"
solana-program-test = { path = "../../program-test", version = "=1.11.0" }
solana-sdk = { path = "../../sdk", version = "=1.11.0" }

Expand Down
Loading