diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-11-15 13:17:36 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-11-15 13:17:36 +0200 |
| commit | 2bfd6b659d1aa51292efff59dbb97cae30e2764b (patch) | |
| tree | 387d3e59a780f590f6cbcbb48428b71ab956427f /lib | |
| parent | 970a7963684f2e247c5ed3c74f8bacc9572e1f3b (diff) | |
| download | rust-2bfd6b659d1aa51292efff59dbb97cae30e2764b.tar.gz rust-2bfd6b659d1aa51292efff59dbb97cae30e2764b.zip | |
Bump serde_json
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lsp-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsp-server/Cargo.toml b/lib/lsp-server/Cargo.toml index 5290794c528..8d00813b0d7 100644 --- a/lib/lsp-server/Cargo.toml +++ b/lib/lsp-server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] log = "0.4.17" -serde_json = "1.0.96" +serde_json = "1.0.108" serde = { version = "1.0.192", features = ["derive"] } crossbeam-channel = "0.5.6" |
