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 @@ -194,9 +194,9 @@ dependencies = [
194
194
195
195
[[package ]]
196
196
name = " rustc-build-sysroot"
197
- version = " 0.4.5 "
197
+ version = " 0.4.6 "
198
198
source = " registry+https://github.com/rust-lang/crates.io-index"
199
- checksum = " a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea "
199
+ checksum = " a9bf37423495cd3a6a9ef8c75fc4566de0d26de0ab75f36f67a426e58df5768c "
200
200
dependencies = [
201
201
" anyhow" ,
202
202
" 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.4.1 "
21
+ rustc-build-sysroot = " 0.4.6 "
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