Skip to content

Commit

Permalink
Bump serde from 1.0.199 to 1.0.200 (#66)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.200.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.200)

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

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] committed May 7, 2024
1 parent e718122 commit 381e5e9
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 @@ -16,12 +16,12 @@ thiserror = "1.0.59"
strum = { version = "0.26.2", features = ["derive"] }
duplicate = "1.0.0"

serde = { version = "1.0.199", optional = true }
serde = { version = "1.0.200", 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.199"
serde = "1.0.200"
# When updating serde_json, adjust Struson Serde integration behavior to match serde_json
serde_json = "1.0.116"
# Used for verifying in allocation tests that no allocations occur in certain situations
Expand Down

0 comments on commit 381e5e9

Please sign in to comment.