Skip to content

Commit

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

---
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 Jan 1, 2025
1 parent 3dd6f00 commit 84bc2c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = "0.3.30"
regex = "1.10.5"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.121"
serde_json = "1.0.134"
serde_yaml = "0.9.34"
tokio = { version = "1.37.0", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ clap = { version = "4.5.21", features = ["derive"] }
cli = { path = "../cli", features = ["schemars"], package = "commitlint-rs" }
schemars = { version = "0.8.21" }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"

0 comments on commit 84bc2c8

Please sign in to comment.