Auto merge of #3467 - RossSmyth:bumpSysroot, r=RalfJung

Bump rustc-build-sysroot to 0.4.6

Fixes #3313
This commit is contained in:
bors 2024-04-15 20:38:59 +00:00
commit 78ea5db500
2 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,9 @@ dependencies = [
[[package]]
name = "rustc-build-sysroot"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26170e1d79ea32f7ccec3188dd13cfc1f18c82764a9cbc1071667c0f865a4ea"
checksum = "a9bf37423495cd3a6a9ef8c75fc4566de0d26de0ab75f36f67a426e58df5768c"
dependencies = [
"anyhow",
"rustc_version",

View File

@ -18,7 +18,7 @@ directories = "5"
rustc_version = "0.4"
serde_json = "1.0.40"
cargo_metadata = "0.18.0"
rustc-build-sysroot = "0.4.1"
rustc-build-sysroot = "0.4.6"
# Enable some feature flags that dev-dependencies need but dependencies
# do not. This makes `./miri install` after `./miri build` faster.