Skip to content

Commit

Permalink
Bump serde from 1.0.214 to 1.0.215
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.214 to 1.0.215.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 6af8b1e commit 71a2735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -17,12 +17,12 @@ thiserror = "1.0.66"
strum = { version = "0.26.3", features = ["derive"] }
duplicate = "2.0.0"

serde = { version = "1.0.214", optional = true }
serde = { version = "1.0.215", optional = true }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
# Serde is used for comparison in benchmarks and for tests
serde = "1.0.214"
serde = "1.0.215"
# When updating serde_json, adjust Struson Serde integration behavior to match serde_json
serde_json = "1.0.132"
# Used for verifying in allocation tests that no allocations occur in certain situations
Expand Down

0 comments on commit 71a2735

Please sign in to comment.