Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ae8ced

Browse files
authoredOct 5, 2021
Rollup merge of #89536 - RalfJung:miri, r=RalfJung
update Miri Let's get the recent fixes and improvements shipped. r? ````@ghost````
2 parents 92dbb69 + e5d0178 commit 2ae8ced

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed
 

‎Cargo.lock

+14-18
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ version = "0.1.0"
360360
dependencies = [
361361
"directories",
362362
"rustc-workspace-hack",
363-
"rustc_version",
363+
"rustc_version 0.3.3",
364364
"serde",
365365
"serde_json",
366366
"vergen",
@@ -1092,19 +1092,6 @@ dependencies = [
10921092
"termcolor",
10931093
]
10941094

1095-
[[package]]
1096-
name = "env_logger"
1097-
version = "0.8.1"
1098-
source = "registry+https://github.com/rust-lang/crates.io-index"
1099-
checksum = "54532e3223c5af90a6a757c90b5c5521564b07e5e7a958681bcd2afad421cdcd"
1100-
dependencies = [
1101-
"atty",
1102-
"humantime 2.0.1",
1103-
"log",
1104-
"regex",
1105-
"termcolor",
1106-
]
1107-
11081095
[[package]]
11091096
name = "env_logger"
11101097
version = "0.9.0"
@@ -2250,15 +2237,15 @@ version = "0.1.0"
22502237
dependencies = [
22512238
"colored",
22522239
"compiletest_rs",
2253-
"env_logger 0.8.1",
2240+
"env_logger 0.9.0",
22542241
"getrandom 0.2.0",
22552242
"hex 0.4.2",
22562243
"libc",
22572244
"log",
22582245
"measureme",
22592246
"rand 0.8.4",
22602247
"rustc-workspace-hack",
2261-
"rustc_version",
2248+
"rustc_version 0.4.0",
22622249
"shell-escape",
22632250
"smallvec",
22642251
]
@@ -4548,6 +4535,15 @@ dependencies = [
45484535
"semver 0.11.0",
45494536
]
45504537

4538+
[[package]]
4539+
name = "rustc_version"
4540+
version = "0.4.0"
4541+
source = "registry+https://github.com/rust-lang/crates.io-index"
4542+
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
4543+
dependencies = [
4544+
"semver 1.0.3",
4545+
]
4546+
45514547
[[package]]
45524548
name = "rustdoc"
45534549
version = "0.0.0"
@@ -4908,9 +4904,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
49084904

49094905
[[package]]
49104906
name = "smallvec"
4911-
version = "1.6.1"
4907+
version = "1.7.0"
49124908
source = "registry+https://github.com/rust-lang/crates.io-index"
4913-
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
4909+
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
49144910

49154911
[[package]]
49164912
name = "snap"

0 commit comments

Comments
 (0)
Failed to load comments.