Skip to content

Commit cd39cf7

Browse files
Update cargo to fix deprecation warnings
Implemented in rust-lang/cargo#6600
1 parent 7a58c6d commit cd39cf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -204,15 +204,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
204204

205205
[[package]]
206206
name = "cargo"
207-
version = "0.34.0"
207+
version = "0.35.0"
208208
dependencies = [
209209
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
210210
"bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
211211
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
212212
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
213213
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
214214
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
215-
"crates-io 0.22.0",
215+
"crates-io 0.23.0",
216216
"crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
217217
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
218218
"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"
496496

497497
[[package]]
498498
name = "crates-io"
499-
version = "0.22.0"
499+
version = "0.23.0"
500500
dependencies = [
501501
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
502502
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2113,7 +2113,7 @@ dependencies = [
21132113
name = "rls"
21142114
version = "1.31.6"
21152115
dependencies = [
2116-
"cargo 0.34.0",
2116+
"cargo 0.35.0",
21172117
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
21182118
"clippy_lints 0.0.212",
21192119
"crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",

0 commit comments

Comments
 (0)