Skip to content

Commit

Permalink
chore(deps): update derive_more requirement from 0.99.18 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.18...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 12, 2024
1 parent 68268ec commit 5d4d365
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 @@ -58,7 +58,7 @@ base64 = { version = "0.22", default-features = false }
borsh = { version = "1", default-features = false, features = [ "derive" ] }
displaydoc = { version = "0.2.5", default-features = false }
prost = { version = "0.13.1", default-features = false }
derive_more = { version = "0.99.18", default-features = false, features = [ "from", "into", "display", "try_into" ] }
derive_more = { version = "1.0.0", default-features = false, features = [ "from", "into", "display", "try_into" ] }
rstest = { version = "0.22" }
schemars = { version = "0.8.21" }
sha2 = { version = "0.10.8", default-features = false }
Expand Down

0 comments on commit 5d4d365

Please sign in to comment.