Skip to content

Commit

Permalink
chore(dep): bump the test-deps group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
#551)

Bumps the test-deps group with 2 updates in the /fuzz directory: [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.210 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.213)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent faf6106 commit 8d42c3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions fuzz/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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ cargo-fuzz = true
[dependencies]
arbitrary = { version = "1.3.*", features = ["derive"] }
libfuzzer-sys = { version = "0.4" }
serde = "1.0.210"
serde_json = "1.0.128"
serde = "1.0.213"
serde_json = "1.0.132"

[dependencies.rsonpath-lib]
path = "../crates/rsonpath-lib"
Expand Down

0 comments on commit 8d42c3d

Please sign in to comment.