Skip to content

Commit 757d6cc

Browse files
committed
Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum
Bump cargo-vendor version Currently we pin `cargo-vendor` to 0.1.4, which doesn't set the `User-Agent` HTTP header. crates.io is going to require that header in the near future, so this PR bumps the pinned version of the crate to the latest one (which correctly sets the header). r? @Mark-Simulacrum cc @sgrif
2 parents 3fc70e8 + 4084eb0 commit 757d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ impl Step for Src {
912912
}
913913
}
914914

915-
const CARGO_VENDOR_VERSION: &str = "0.1.4";
915+
const CARGO_VENDOR_VERSION: &str = "0.1.19";
916916

917917
#[derive(Debug, PartialOrd, Ord, Copy, Clone, Hash, PartialEq, Eq)]
918918
pub struct PlainSourceTarball;

0 commit comments

Comments
 (0)