bump rustc-build-sysroot

This commit is contained in:
Ralf Jung 2022-09-29 10:19:49 +02:00
parent 1048eba06a
commit ca9eed3db8
2 changed files with 3 additions and 3 deletions

View file

@ -335,9 +335,9 @@ dependencies = [
[[package]]
name = "rustc-build-sysroot"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7cb0915a85234cee53b853ca8c2538ddfd7f3bf6d2501b52d1d37aba6c7bef"
checksum = "ec5f3689b6c560d6a3a17fcbe54204cd870b4fcf46342d60de16715b660d2c92"
dependencies = [
"anyhow",
"rustc_version",

View file

@ -18,7 +18,7 @@ directories = "4"
rustc_version = "0.4"
serde_json = "1.0.40"
cargo_metadata = "0.15.0"
rustc-build-sysroot = "0.3"
rustc-build-sysroot = "0.3.3"
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`