Skip to content

Commit

Permalink
Merge pull request #568 from Automattic/dependabot/cargo/serde_json-1…
Browse files Browse the repository at this point in the history
….0.138

build(deps): bump serde_json from 1.0.137 to 1.0.138
  • Loading branch information
elijah-potter authored Feb 3, 2025
2 parents 4d4d9eb + 7efefdb commit 8a1313f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 harper-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ harper-core = { path = "../harper-core", version = "0.19.0" }
harper-comments = { path = "../harper-comments", version = "0.19.0" }
harper-typst = { path = "../harper-typst", version = "0.19.0" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"

[features]
default = []
2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ordered-float = { version = "4.6.0", features = ["serde"] }
paste = "1.0.14"
pulldown-cmark = "0.12.2"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.137"
serde_json = "1.0.138"
smallvec = { version = "1.13.2", features = ["serde"] }
thiserror = "2.0.11"
unicode-blocks = "0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clap = { version = "4.5.27", features = ["derive"] }
once_cell = "1.20.2"
dirs = "6.0.0"
anyhow = "1.0.95"
serde_json = "1.0.137"
serde_json = "1.0.138"
itertools = "0.14.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
Expand Down
2 changes: 1 addition & 1 deletion harper-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ wasm-bindgen = "0.2.97"
harper-core = { path = "../harper-core", version = "0.19.0", features = ["concurrent"] }
once_cell = "1.20.2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.137"
serde_json = "1.0.138"
serde = { version = "1.0.216", features = ["derive"] }

0 comments on commit 8a1313f

Please sign in to comment.