Skip to content

Commit

Permalink
Update serde_assert requirement from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [serde_assert](https://github.com/Anders429/serde_assert) to permit the latest version.
- [Release notes](https://github.com/Anders429/serde_assert/releases)
- [Changelog](https://github.com/Anders429/serde_assert/blob/master/CHANGELOG.md)
- [Commits](Anders429/serde_assert@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: serde_assert
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 9f3654d commit 1647723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = {version = "1.0.148", default-features = false, features = ["alloc"], op
[dev-dependencies]
claims = "0.7.1"
rustversion = "1.0.9"
serde_assert = "0.5.0"
serde_assert = "0.6.0"
serde_derive = "1.0.148"
trybuild = "1.0.72"

Expand Down

0 comments on commit 1647723

Please sign in to comment.