]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #55363 - pietroalbini:update-cargo-vendor, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Sat, 3 Nov 2018 06:50:19 +0000 (06:50 +0000)
committerbors <bors@rust-lang.org>
Sat, 3 Nov 2018 06:50:19 +0000 (06:50 +0000)
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

src/bootstrap/dist.rs

index 6d40575352418d45456ac7bde1b7e114cb47f770..0b0255fc0273a65b1977520834bebc18cae03e61 100644 (file)
@@ -912,7 +912,7 @@ fn run(self, builder: &Builder) -> PathBuf {
     }
 }
 
-const CARGO_VENDOR_VERSION: &str = "0.1.4";
+const CARGO_VENDOR_VERSION: &str = "0.1.19";
 
 #[derive(Debug, PartialOrd, Ord, Copy, Clone, Hash, PartialEq, Eq)]
 pub struct PlainSourceTarball;