aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <[email protected]>2018-12-28 06:08:30 +0000
committerdependabot[bot] <[email protected]>2018-12-28 06:08:30 +0000
commit626badc30a5a5584e24f9401b163799772288079 (patch)
tree6f649cf640bd5b5855310dec4c3ab6f470c60d96
parente80021cbd0bcfea82f3b855e13a409c73b563673 (diff)
Bump serde from 1.0.82 to 1.0.83
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.82...v1.0.83) Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--Cargo.lock26
-rw-r--r--crates/gen_lsp_server/Cargo.toml2
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
3 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 92c1cd683..9a45f4d57 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,7 +117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
117dependencies = [ 117dependencies = [
118 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", 118 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
119 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", 119 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
120 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 120 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
121 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 121 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
122 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 122 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
123] 123]
@@ -351,7 +351,7 @@ dependencies = [
351 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 351 "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
352 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)", 352 "languageserver-types 0.53.1 (registry+https://github.com/rust-lang/crates.io-index)",
353 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 353 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
354 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 354 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
355 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 355 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
356] 356]
357 357
@@ -436,7 +436,7 @@ dependencies = [
436 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 436 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
437 "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", 437 "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
438 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", 438 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
439 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 439 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
440 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 440 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
441 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 441 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
442 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 442 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -773,7 +773,7 @@ dependencies = [
773 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", 773 "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
774 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 774 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
775 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 775 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
776 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 776 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
777 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 777 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
778 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 778 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
779 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 779 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -992,7 +992,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
992dependencies = [ 992dependencies = [
993 "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", 993 "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
994 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", 994 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
995 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 995 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
996] 996]
997 997
998[[package]] 998[[package]]
@@ -1080,7 +1080,7 @@ version = "0.9.0"
1080source = "registry+https://github.com/rust-lang/crates.io-index" 1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081dependencies = [ 1081dependencies = [
1082 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1082 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1083 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1083 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1084] 1084]
1085 1085
1086[[package]] 1086[[package]]
@@ -1090,7 +1090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1090 1090
1091[[package]] 1091[[package]]
1092name = "serde" 1092name = "serde"
1093version = "1.0.82" 1093version = "1.0.83"
1094source = "registry+https://github.com/rust-lang/crates.io-index" 1094source = "registry+https://github.com/rust-lang/crates.io-index"
1095dependencies = [ 1095dependencies = [
1096 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1096 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1113,7 +1113,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1113dependencies = [ 1113dependencies = [
1114 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", 1114 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1115 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1115 "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1116 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1116 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1117] 1117]
1118 1118
1119[[package]] 1119[[package]]
@@ -1148,7 +1148,7 @@ name = "smol_str"
1148version = "0.1.8" 1148version = "0.1.8"
1149source = "registry+https://github.com/rust-lang/crates.io-index" 1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150dependencies = [ 1150dependencies = [
1151 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1151 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1152] 1152]
1153 1153
1154[[package]] 1154[[package]]
@@ -1232,7 +1232,7 @@ dependencies = [
1232 "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1232 "pest 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1233 "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1233 "pest_derive 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1234 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1234 "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1235 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1235 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1236 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 1236 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
1237 "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", 1237 "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1238 "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 1238 "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1275,7 +1275,7 @@ name = "text_unit"
1275version = "0.1.5" 1275version = "0.1.5"
1276source = "registry+https://github.com/rust-lang/crates.io-index" 1276source = "registry+https://github.com/rust-lang/crates.io-index"
1277dependencies = [ 1277dependencies = [
1278 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1278 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1279] 1279]
1280 1280
1281[[package]] 1281[[package]]
@@ -1442,7 +1442,7 @@ name = "url_serde"
1442version = "0.2.0" 1442version = "0.2.0"
1443source = "registry+https://github.com/rust-lang/crates.io-index" 1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444dependencies = [ 1444dependencies = [
1445 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 1445 "serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)",
1446 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", 1446 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1447] 1447]
1448 1448
@@ -1626,7 +1626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1626"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" 1626"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1627"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 1627"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1628"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 1628"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1629"checksum serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "6fa52f19aee12441d5ad11c9a00459122bd8f98707cadf9778c540674f1935b6" 1629"checksum serde 1.0.83 (registry+https://github.com/rust-lang/crates.io-index)" = "157e12af46859e968da75dea9845530e13d03bcab2009a41b9b7bb3cf4eb3ec2"
1630"checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154" 1630"checksum serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" = "96a7f9496ac65a2db5929afa087b54f8fc5008dcfbe48a8874ed20049b0d6154"
1631"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811" 1631"checksum serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "c37ccd6be3ed1fdf419ee848f7c758eb31b054d7cd3ae3600e3bae0adf569811"
1632"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" 1632"checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded"
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml
index 7022c858c..afeeb1513 100644
--- a/crates/gen_lsp_server/Cargo.toml
+++ b/crates/gen_lsp_server/Cargo.toml
@@ -12,5 +12,5 @@ languageserver-types = "0.53.1"
12log = "0.4.3" 12log = "0.4.3"
13failure = "0.1.2" 13failure = "0.1.2"
14serde_json = "1.0.24" 14serde_json = "1.0.24"
15serde = { version = "1.0.71", features = ["derive"] } 15serde = { version = "1.0.83", features = ["derive"] }
16crossbeam-channel = "0.2.4" 16crossbeam-channel = "0.2.4"
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index 78c06c7f7..c53106a62 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -11,7 +11,7 @@ relative-path = "0.4.0"
11failure = "0.1.2" 11failure = "0.1.2"
12failure_derive = "0.1.2" 12failure_derive = "0.1.2"
13serde_json = "1.0.24" 13serde_json = "1.0.24"
14serde = "1.0.71" 14serde = "1.0.83"
15drop_bomb = "0.1.0" 15drop_bomb = "0.1.0"
16crossbeam-channel = "0.2.4" 16crossbeam-channel = "0.2.4"
17flexi_logger = "0.10.0" 17flexi_logger = "0.10.0"