File tree 2 files changed +3
-3
lines changed
src/tools/miri/cargo-miri
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ dependencies = [
190
190
191
191
[[package ]]
192
192
name = " rustc-build-sysroot"
193
- version = " 0.5.3 "
193
+ version = " 0.5.4 "
194
194
source = " registry+https://github.com/rust-lang/crates.io-index"
195
- checksum = " 2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106 "
195
+ checksum = " d6d984a9db43148467059309bd1e5ad577085162f695d9fe2cf3543aeb25cd38 "
196
196
dependencies = [
197
197
" anyhow" ,
198
198
" rustc_version" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ directories = "5"
18
18
rustc_version = " 0.4"
19
19
serde_json = " 1.0.40"
20
20
cargo_metadata = " 0.18.0"
21
- rustc-build-sysroot = " 0.5.3 "
21
+ rustc-build-sysroot = " 0.5.4 "
22
22
23
23
# Enable some feature flags that dev-dependencies need but dependencies
24
24
# do not. This makes `./miri install` after `./miri build` faster.
You can’t perform that action at this time.
0 commit comments