diff --git a/Cargo.lock b/Cargo.lock index 63e3ce7dd75..f7f29c95026 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "cargo" version = "0.44.0" -source = "git+https://github.com/rust-lang/cargo?rev=e57bd02999c9f40d52116e0beca7d1dccb0643de#e57bd02999c9f40d52116e0beca7d1dccb0643de" +source = "git+https://github.com/rust-lang/cargo?rev=bda50510d1daf6e9c53ad6ccf603da6e0fa8103f#bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" dependencies = [ "anyhow", "atty", @@ -238,7 +238,7 @@ dependencies = [ [[package]] name = "cargo-platform" version = "0.1.1" -source = "git+https://github.com/rust-lang/cargo?rev=e57bd02999c9f40d52116e0beca7d1dccb0643de#e57bd02999c9f40d52116e0beca7d1dccb0643de" +source = "git+https://github.com/rust-lang/cargo?rev=bda50510d1daf6e9c53ad6ccf603da6e0fa8103f#bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" dependencies = [ "serde", ] @@ -301,7 +301,7 @@ dependencies = [ [[package]] name = "clippy_lints" version = "0.0.212" -source = "git+https://github.com/rust-lang/rust-clippy?rev=05b46034ea734f2b4436b700452771652ecc0074#05b46034ea734f2b4436b700452771652ecc0074" +source = "git+https://github.com/rust-lang/rust-clippy?rev=8b7f7e667268921c278af94ae30a61e87a22b22b#8b7f7e667268921c278af94ae30a61e87a22b22b" dependencies = [ "cargo_metadata 0.9.0", "if_chain", @@ -371,7 +371,7 @@ checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" [[package]] name = "crates-io" version = "0.31.0" -source = "git+https://github.com/rust-lang/cargo?rev=e57bd02999c9f40d52116e0beca7d1dccb0643de#e57bd02999c9f40d52116e0beca7d1dccb0643de" +source = "git+https://github.com/rust-lang/cargo?rev=bda50510d1daf6e9c53ad6ccf603da6e0fa8103f#bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" dependencies = [ "anyhow", "curl", @@ -735,9 +735,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77519ef7c5beee314d0804d4534f01e0f9e8d9acdee2b7a48627e590b27e0ec4" +checksum = "26e07ef27260a78f7e8d218ebac2c72f2c4db50493741b190b6e8eade1da7c68" dependencies = [ "bitflags", "libc", @@ -750,9 +750,9 @@ dependencies = [ [[package]] name = "git2-curl" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2559abb1d87d27668d31bd868a000f0e2e0065d10e78961b62da95d7a7f1cc7" +checksum = "af1754ec4170e7dcaf9bb43743bb16eddb8d827b2e0291deb6f220a6e16fe46a" dependencies = [ "curl", "git2", @@ -1056,9 +1056,9 @@ checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" [[package]] name = "libgit2-sys" -version = "0.10.0" +version = "0.11.0+0.99.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9ec6bca50549d34a392611dde775123086acbd994e3fff64954777ce2dc2e51" +checksum = "4d5d1459353d397a029fb18862166338de938e6be976606bd056cf8f1a912ecf" dependencies = [ "cc", "libc", @@ -1166,9 +1166,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.2.1" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" +checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "memmap" @@ -1428,12 +1428,11 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b0ad0d4c1702965ee6bb5b4ff5e71f83850b497d497e9444302987bf9e26a4" +checksum = "2c2d7fd131800e0d63df52aff46201acaab70b431a4a1ec6f0343fe8e64f35a4" dependencies = [ "bitflags", - "getopts", "memchr", "unicase", ] diff --git a/Cargo.toml b/Cargo.toml index ee6a02b03df..a7f5b897c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,9 @@ rls-vfs = "0.8" rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true } anyhow = "1.0.26" -cargo = { git = "https://github.com/rust-lang/cargo", rev = "e57bd02999c9f40d52116e0beca7d1dccb0643de" } +cargo = { git = "https://github.com/rust-lang/cargo", rev = "bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" } cargo_metadata = "0.8" -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true } env_logger = "0.7" futures = { version = "0.1", optional = true } home = "0.5.1" diff --git a/rls-rustc/Cargo.toml b/rls-rustc/Cargo.toml index 9527e10d583..9d868c441b1 100644 --- a/rls-rustc/Cargo.toml +++ b/rls-rustc/Cargo.toml @@ -12,7 +12,7 @@ categories = ["development-tools"] env_logger = "0.7" log = "0.4" rand = "0.7" -clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true } +clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true } tokio = { version = "0.1", optional = true } futures = { version = "0.1", optional = true } serde = { version = "1", features = ["derive"], optional = true }