aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-21 19:39:59 +0000
committerAleksey Kladov <[email protected]>2018-12-21 19:39:59 +0000
commit2351308d92f4c785d98cc24026a818d28945513e (patch)
tree77db178b4fd69fe4839fe839cc47a642a2458a25 /Cargo.lock
parent67ac0a423f767ce8973348d5188e8baa6979d380 (diff)
remove explicit serde_derive
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf2297e69..1e5f00de0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,7 +334,6 @@ dependencies = [
334 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)", 334 "languageserver-types 0.53.0 (registry+https://github.com/rust-lang/crates.io-index)",
335 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 335 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
336 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 336 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
337 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
338 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 337 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
339] 338]
340 339
@@ -732,7 +731,6 @@ dependencies = [
732 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", 731 "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
733 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 732 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
734 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", 733 "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
735 "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
736 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", 734 "serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
737 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", 735 "smol_str 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
738 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", 736 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",