about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2022-06-10 16:30:09 +0200
committerLukas Wirth <lukastw97@gmail.com>2022-06-10 17:30:02 +0200
commit76ae5434fabf019779067c85588045fe1a2e1399 (patch)
tree9e93ccfad3e085bce422fe37fc522ab9b6c028ee /lib
parent0cf677ab42a37e5139efd100af153d48bfb985ae (diff)
downloadrust-76ae5434fabf019779067c85588045fe1a2e1399.tar.gz
rust-76ae5434fabf019779067c85588045fe1a2e1399.zip
internal: Bump Dependencies
Diffstat (limited to 'lib')
-rw-r--r--lib/lsp-server/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml
index fd92cbe195f..b2476df78df 100644
--- a/lib/lsp-server/Cargo.toml
+++ b/lib/lsp-server/Cargo.toml
@@ -7,9 +7,9 @@ repository = "https://github.com/rust-analyzer/rust-analyzer/tree/master/lib/lsp
 edition = "2021"
 
 [dependencies]
-log = "0.4.3"
-serde_json = "1.0.34"
-serde = { version = "1.0.83", features = ["derive"] }
+log = "0.4.17"
+serde_json = "1.0.81"
+serde = { version = "1.0.137", features = ["derive"] }
 crossbeam-channel = "0.5.4"
 
 [dev-dependencies]