Skip to content

Commit 2bfd6b6

Browse files
committed
Bump serde_json
1 parent 970a796 commit 2bfd6b6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ smol_str = "0.2.0"
109109
nohash-hasher = "0.2.0"
110110
text-size = "1.1.0"
111111
serde = { version = "1.0.192", features = ["derive"] }
112-
serde_json = "1.0.96"
112+
serde_json = "1.0.108"
113113
triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
114114
# can't upgrade due to dashmap depending on 0.12.3 currently
115115
hashbrown = { version = "0.12.3", features = [

crates/ide-diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
cov-mark = "2.0.0-pre.1"
1616
either.workspace = true
1717
itertools.workspace = true
18-
serde_json = "1.0.86"
18+
serde_json.workspace = true
1919
once_cell = "1.17.0"
2020

2121
# local deps

lib/lsp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88

99
[dependencies]
1010
log = "0.4.17"
11-
serde_json = "1.0.96"
11+
serde_json = "1.0.108"
1212
serde = { version = "1.0.192", features = ["derive"] }
1313
crossbeam-channel = "0.5.6"
1414

0 commit comments

Comments
 (0)