Update Cargo

Unblocking PRs:
- rust-lang/cargo#5535 - Ignore <tab> in libtest output. (unblocks )
-  - Remove -Zno-trans test. (unblocks )
-  - Fix tests when CARGO_TARGET_DIR is set. (unblocks self)

Regression fixes:
-  - cargo rustc broken for tests in project with bins
-  - () shared proc-macro dependency built incorrectly

Changes:
-  - Point Source Replacement to the Overriding Dependencies section
-  - Detail how to run locally-built nightly cargo
-  - Add option to set user-agent
-  - NFC: fix a couple of typos, found by codespell.
-  - Fix `panic` for binaries built during tests.
-  - simplify build_requirements
-  - Add --build-plan for 'cargo build'
-  - Be more conservative about which files are linked to the output dir.
-  - Use the new stable
-  - Does not print seconds fraction with minutes
-  - Bump to 0.29.0
-  - Mention +nightly in ARCHITECTURE.md
This commit is contained in:
Eric Huss 2018-05-12 13:08:55 -07:00
parent 2a3f5367a2
commit a233268678
2 changed files with 5 additions and 5 deletions

8
src/Cargo.lock generated
View file

@ -190,13 +190,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cargo"
version = "0.28.0"
version = "0.29.0"
dependencies = [
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"crates-io 0.16.0",
"crates-io 0.17.0",
"crossbeam 0.3.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.12 (registry+https://github.com/rust-lang/crates.io-index)",
@ -436,7 +436,7 @@ dependencies = [
[[package]]
name = "crates-io"
version = "0.16.0"
version = "0.17.0"
dependencies = [
"curl 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1621,7 +1621,7 @@ dependencies = [
name = "rls"
version = "0.128.0"
dependencies = [
"cargo 0.28.0",
"cargo 0.29.0",
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy_lints 0.0.200",
"env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1 +1 @@
Subproject commit 9e53ac6e6525da914cb05a85e5e8eff7b5dca81f
Subproject commit f352115d534ebdc8ec331209107f91a4f62da2e7