From 317cbcb2d07368e75870e209f6d7f94b445daf1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:33:34 +0000 Subject: [PATCH] Update derive_more requirement from 0.99 to 1.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](https://github.com/JelteF/derive_more/compare/v0.99.0...v1.0.0) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 12690ed7..03e89a2a 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -16,7 +16,7 @@ ordered-float = "4.1.0" uuid = "1" chrono = "0.4.26" num_enum = "0.7.0" -derive_more = "0.99" +derive_more = "1.0" [dev-dependencies] fake = { version = "3.0", features=['derive', 'chrono','uuid']}