Skip to content

Commit

Permalink
Bump serde from 1.0.192 to 1.0.193 (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 62c037b commit 3baf739
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -11,7 +11,7 @@ flate2 = "1.0.28"
itertools = "0.11.0"
once_cell = "1.18.0"
rustc-hash = "1.1.0"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion crates/texlab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ regex = "1.9.5"
rename = { path = "../rename" }
rowan = "0.15.13"
rustc-hash = "1.1.0"
serde = "1.0.192"
serde = "1.0.193"
serde_json = "1.0.108"
serde_regex = "1.1.0"
serde_repr = "0.1.17"
Expand Down

0 comments on commit 3baf739

Please sign in to comment.