From 3f1eb1ffdb114d239641bffa2d12e181af8df22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:57:46 +0000 Subject: [PATCH] Bump derive_more from 0.99.18 to 1.0.0 Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.18 to 1.0.0. - [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.18...v1.0.0) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 340b0619..cccd91bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3240,7 +3240,7 @@ dependencies = [ "committable", "custom_debug 0.6.1", "derivative", - "derive_more 0.99.18", + "derive_more 1.0.0", "either", "espresso-macros", "futures", diff --git a/Cargo.toml b/Cargo.toml index c535755f..0228bada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ chrono = "0.4" committable = "0.2" custom_debug = "0.6" derivative = "2.2" -derive_more = "0.99" +derive_more = "1.0" either = "1.12" futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.73" }