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 @@ -429,9 +429,9 @@ dependencies = [
429429
430430[[package ]]
431431name = " rustc-build-sysroot"
432- version = " 0.5.9 "
432+ version = " 0.5.10 "
433433source = " registry+https://github.com/rust-lang/crates.io-index"
434- checksum = " fdb13874a0e55baf4ac3d49d38206aecb31a55b75d6c4d04fd850b53942c8cc8 "
434+ checksum = " dd41ead66a69880951b2f7df3139db401d44451b4da123344d27eaa791b89c95 "
435435dependencies = [
436436 " anyhow" ,
437437 " rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "6"
1818rustc_version = " 0.4"
1919serde_json = " 1.0.40"
2020cargo_metadata = " 0.21"
21- rustc-build-sysroot = " 0.5.8 "
21+ rustc-build-sysroot = " 0.5.10 "
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