Skip to content

Commit 1eec471

Browse files
authored
Rollup merge of rust-lang#59555 - RalfJung:miri, r=oli-obk
update miri r? @oli-obk Fixes rust-lang#59477
2 parents bfb7f34 + c75a5a2 commit 1eec471

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

Diff for: Cargo.lock

+1-23
Original file line numberDiff line numberDiff line change
@@ -2054,18 +2054,6 @@ dependencies = [
20542054
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
20552055
]
20562056

2057-
[[package]]
2058-
name = "rand"
2059-
version = "0.5.5"
2060-
source = "registry+https://github.com/rust-lang/crates.io-index"
2061-
dependencies = [
2062-
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2063-
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
2064-
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
2065-
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
2066-
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
2067-
]
2068-
20692057
[[package]]
20702058
name = "rand"
20712059
version = "0.6.1"
@@ -2093,14 +2081,6 @@ dependencies = [
20932081
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
20942082
]
20952083

2096-
[[package]]
2097-
name = "rand_core"
2098-
version = "0.2.2"
2099-
source = "registry+https://github.com/rust-lang/crates.io-index"
2100-
dependencies = [
2101-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2102-
]
2103-
21042084
[[package]]
21052085
name = "rand_core"
21062086
version = "0.3.0"
@@ -2560,7 +2540,7 @@ version = "1.0.0"
25602540
dependencies = [
25612541
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
25622542
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2563-
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
2543+
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
25642544
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
25652545
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
25662546
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4206,10 +4186,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
42064186
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
42074187
"checksum racer 2.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "37c88638777cc178684cf648ca0e1dad56646ce105b8593dfe665c436300adc3"
42084188
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
4209-
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
42104189
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
42114190
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
4212-
"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
42134191
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
42144192
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
42154193
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"

Diff for: src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ features = [
5757
[dependencies]
5858
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
5959
parking_lot = { version = "0.7", features = ['nightly'] }
60-
rand = { version = "0.5.5", features = ["i128_support"] }
60+
rand = { version = "0.6.1", features = ["i128_support"] }
6161
serde = { version = "1.0.82", features = ['derive'] }
6262
serde_json = { version = "1.0.31", features = ["raw_value"] }
6363
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }

0 commit comments

Comments
 (0)