Skip to content

Commit

Permalink
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 9beaa7b commit 69df1b2
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 @@ -26,14 +26,14 @@ crate-type = ["cdylib", "rlib"]
winnow = "0.6.21"
thiserror = "2.0.3"
serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", optional = true }
serde_json = { version = "1.0.134", optional = true }

[dev-dependencies]
codspeed-criterion-compat = "=2.7.2"
criterion = "=0.5.1"
proptest = "=1.6.0"
rstest = "=0.23.0"
serde_json = "=1.0.133"
serde_json = "=1.0.134"
serde_test = "=1.0.177"

[features]
Expand Down

0 comments on commit 69df1b2

Please sign in to comment.