Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 8976875

Browse files
authored
Merge pull request #1406 from ehuss/update-cargo
Update Cargo.
2 parents 4595e2d + 4fd6bdd commit 8976875

File tree

2 files changed

+41
-19
lines changed

2 files changed

+41
-19
lines changed

Cargo.lock

Lines changed: 39 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rls-rustc = { version = "0.6.0", path = "rls-rustc" }
2929
rls-span = { version = "0.4", features = ["serialize-serde"] }
3030
rls-vfs = "0.7"
3131

32-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "716b02cb4c7b75ce435eb06defa25bc2d725909c" }
32+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "ed858daaf7c62f6f2156c47d00b0c669bcf9b183" }
3333
cargo_metadata = "0.7"
3434
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "92612c9de159889f77f05855a77482ee1d895f51", optional = true }
3535
env_logger = "0.6"
@@ -56,7 +56,7 @@ walkdir = "2"
5656
regex = "1"
5757
ordslice = "0.3"
5858
crossbeam-channel = "0.3"
59-
toml = "0.4"
59+
toml = "0.5"
6060
heck = "0.3"
6161

6262
# A noop dependency that changes in the Rust repository, it's a bit of a hack.

0 commit comments

Comments
 (0)