Skip to content

Commit

Permalink
Update derive_more requirement from 0.99.17 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.17...v0.99.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2024
1 parent 628a5ad commit 411362c
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 @@ -9,7 +9,7 @@ members = [
arc-swap = "1.6.0"
uuid = "1.8.0"
derivative = "2.2.0"
derive_more = "0.99.17"
derive_more = "1.0.0"
bytes = "1.5.0"
itertools = "0.13.0"
thiserror = "1.0.48"

0 comments on commit 411362c

Please sign in to comment.