Skip to content

Commit f475375

Browse files
committed
Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum
Bump cargo-vendor version to 0.1.17 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 82239b0 + 8b339b6 commit f475375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ impl Step for Src {
911911
}
912912
}
913913

914-
const CARGO_VENDOR_VERSION: &str = "0.1.4";
914+
const CARGO_VENDOR_VERSION: &str = "0.1.17";
915915

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

0 commit comments

Comments
 (0)