Skip to content

Commit efb57b9

Browse files
Update derive_more requirement from 0.99 to 2.0
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/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.0...v2.0.1) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be36db2 commit efb57b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ordered-float = "4.1.0"
1616
uuid = "1"
1717
chrono = "0.4.26"
1818
num_enum = "0.7.0"
19-
derive_more = "0.99"
19+
derive_more = "2.0"
2020

2121
[dev-dependencies]
2222
pretty_assertions = "1.2.0"

0 commit comments

Comments
 (0)