Skip to content

Commit

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

build(deps): bump serde_json from 1.0.134 to 1.0.135
  • Loading branch information
elijah-potter authored Jan 13, 2025
2 parents 6d8904c + 0a33a2f commit b5c2dc6
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 @@ -14,7 +14,7 @@ harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.15
harper-core = { path = "../harper-core", version = "0.15.0" }
harper-comments = { path = "../harper-comments", version = "0.15.0" }
harper-typst = { path = "../harper-typst", version = "0.15.0" }
serde_json = "1.0.133"
serde_json = "1.0.135"

[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.133"
serde_json = "1.0.135"
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.23", features = ["derive"] }
once_cell = "1.20.2"
dirs = "6.0.0"
anyhow = "1.0.95"
serde_json = "1.0.133"
serde_json = "1.0.135"
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.15.0", features = ["concurrent"] }
once_cell = "1.20.2"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.133"
serde_json = "1.0.135"
serde = { version = "1.0.216", features = ["derive"] }

0 comments on commit b5c2dc6

Please sign in to comment.