Skip to content

Commit

Permalink
Bump serde_json from 1.0.108 to 1.0.111 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent ff25a43 commit 8ae1e62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/completion-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ itertools = "0.12.0"
once_cell = "1.19.0"
rustc-hash = "1.1.0"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.111"

[lib]
doctest = false
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rename = { path = "../rename" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
serde = "1.0.195"
serde_json = "1.0.108"
serde_json = "1.0.111"
serde_regex = "1.1.0"
serde_repr = "0.1.17"
symbols = { path = "../symbols" }
Expand Down

0 comments on commit 8ae1e62

Please sign in to comment.