Skip to content

Commit

Permalink
chore(dep): bump serde from 1.0.213 to 1.0.214 in /fuzz in the test-d…
Browse files Browse the repository at this point in the history
…eps group (#571)

chore(dep): bump serde in /fuzz in the test-deps group

Bumps the test-deps group in /fuzz with 1 update: [serde](https://github.com/serde-rs/serde).


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

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

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

[dependencies.rsonpath-lib]
Expand Down

0 comments on commit cfe9fbe

Please sign in to comment.