File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/tools/miri/cargo-miri Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,9 @@ dependencies = [
194194
195195[[package ]]
196196name = " rustc-build-sysroot"
197- version = " 0.4.5 "
197+ version = " 0.4.6 "
198198source = " registry+https://github.com/rust-lang/crates.io-index"
199- checksum = " a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea "
199+ checksum = " a9bf37423495cd3a6a9ef8c75fc4566de0d26de0ab75f36f67a426e58df5768c "
200200dependencies = [
201201 " anyhow" ,
202202 " rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "5"
1818rustc_version = " 0.4"
1919serde_json = " 1.0.40"
2020cargo_metadata = " 0.18.0"
21- rustc-build-sysroot = " 0.4.1 "
21+ rustc-build-sysroot = " 0.4.6 "
2222
2323# Enable some feature flags that dev-dependencies need but dependencies
2424# do not. This makes `./miri install` after `./miri build` faster.
You can’t perform that action at this time.
0 commit comments