Skip to content

Commit

Permalink
Bump serde from 1.0.193 to 1.0.195 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent c091a02 commit 483df5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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.12.0"
once_cell = "1.19.0"
rustc-hash = "1.1.0"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.195", 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.10.2"
rename = { path = "../rename" }
rowan = "0.15.15"
rustc-hash = "1.1.0"
serde = "1.0.193"
serde = "1.0.195"
serde_json = "1.0.108"
serde_regex = "1.1.0"
serde_repr = "0.1.17"
Expand Down

0 comments on commit 483df5f

Please sign in to comment.