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 @@ -178,9 +178,9 @@ dependencies = [
178
178
179
179
[[package ]]
180
180
name = " rustc-build-sysroot"
181
- version = " 0.5.2 "
181
+ version = " 0.5.3 "
182
182
source = " registry+https://github.com/rust-lang/crates.io-index"
183
- checksum = " fa3ca63cc537c1cb69e4c2c0afc5fda2ccd36ac84c97d5a4ae05e69b1c834afb "
183
+ checksum = " 2471f8f296262437d7e848e527b4210b44a96e53a3b4435b890227ce3e6da106 "
184
184
dependencies = [
185
185
" anyhow" ,
186
186
" 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.2 "
21
+ rustc-build-sysroot = " 0.5.3 "
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