]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/cargo-miri/Cargo.toml
Auto merge of #107372 - JohnTitor:rollup-zkl2ges, r=JohnTitor
[rust.git] / src / tools / miri / cargo-miri / Cargo.toml
index ce8457469e7cf029887514a193b9691961ddc777..2197160bc9d441e93dc370c1f361c249e94412ed 100644 (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.4"
+rustc-build-sysroot = "0.4.1"
 
 # 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`