From 9cc09742688158bde20ab94c7d1988741c5ff056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:48:32 +0000 Subject: [PATCH] build(deps): update derive_more requirement from 0.99.17 to 1.0.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.17...v1.0.0) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- byst/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byst/Cargo.toml b/byst/Cargo.toml index bef3e49..60d9919 100644 --- a/byst/Cargo.toml +++ b/byst/Cargo.toml @@ -13,4 +13,4 @@ path = "../byst-macros" [dependencies] thiserror = "1.0.60" -derive_more = "0.99.17" +derive_more = "1.0.0"