Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 668c5f3 commit b9722e7
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ paste = "1.0.15"
regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
# serde_derive = "1.0.217"
serde_json = "1.0.135"
serde_json = "1.0.137"
time = { version = "0.3.37", features = ["serde", "formatting", "parsing", "macros"] }
thiserror = "2.0.11"

Expand All @@ -79,7 +79,7 @@ thiserror = "2.0.11"
[dev-dependencies]
assert_cmd = "2.0.16"
criterion = "0.5.1"
serde_json = "1.0.135"
serde_json = "1.0.137"

# -----------------------------------------------------------------------------
# Build Dependencies
Expand Down

0 comments on commit b9722e7

Please sign in to comment.