about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2019-01-27 08:43:30 -0700
committerMark Rousskov <mark.simulacrum@gmail.com>2019-01-27 08:54:56 -0700
commitcd39cf748e3a5ab7cc4449ba9acfddb969c79209 (patch)
treec6b28fe2dbee4c7c0d83fc0039690640f9a11a21
parent7a58c6d1deec25c37c93ae4cf9ec2432918bc360 (diff)
downloadrust-cd39cf748e3a5ab7cc4449ba9acfddb969c79209.tar.gz
rust-cd39cf748e3a5ab7cc4449ba9acfddb969c79209.zip
Update cargo to fix deprecation warnings
Implemented in rust-lang/cargo#6600
-rw-r--r--Cargo.lock8
m---------src/tools/cargo0
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f9385ee3a1b..1cfe57da697 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -204,7 +204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "cargo"
-version = "0.34.0"
+version = "0.35.0"
 dependencies = [
  "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -212,7 +212,7 @@ dependencies = [
  "bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "crates-io 0.22.0",
+ "crates-io 0.23.0",
  "crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -496,7 +496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "crates-io"
-version = "0.22.0"
+version = "0.23.0"
 dependencies = [
  "curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2113,7 +2113,7 @@ dependencies = [
 name = "rls"
 version = "1.31.6"
 dependencies = [
- "cargo 0.34.0",
+ "cargo 0.35.0",
  "cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "clippy_lints 0.0.212",
  "crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/src/tools/cargo b/src/tools/cargo
-Subproject 907c0febe7045fa02dff2a35c5e36d3bd59ea50
+Subproject 245818076052dd7178f5bb7585f5aec5b6c1e03