Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.132 to 1.0.133
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and elijah-potter committed Nov 22, 2024
1 parent 36b75b2 commit f5d283f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -12,4 +12,4 @@ ariadne = "0.4.1"
clap = { version = "4.5.21", features = ["derive"] }
harper-core = { path = "../harper-core", version = "0.12.0" }
harper-comments = { path = "../harper-comments", version = "0.12.0" }
serde_json = "1.0.132"
serde_json = "1.0.133"
2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ordered-float = { version = "4.5.0", features = ["serde"] }
paste = "1.0.14"
pulldown-cmark = "0.12.2"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
serde_json = "1.0.133"
smallvec = { version = "1.13.2", features = ["serde"] }
thiserror = "2.0.3"
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 @@ -17,7 +17,7 @@ clap = { version = "4.5.21", features = ["derive"] }
once_cell = "1.20.2"
dirs = "5.0.1"
anyhow = "1.0.93"
serde_json = "1.0.132"
serde_json = "1.0.133"
itertools = "0.13.0"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit f5d283f

Please sign in to comment.