From bb2869d79bb901a257eed4eef29881ca651d9ceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:45:30 +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/v0.99.18/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.0...v0.99.18) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b92e563..d31db31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,4 +50,4 @@ walkdir = "2.5" yansi = "1.0" # we need to pin to commit as the crate version doesn't allow us to detect local `z3` binary. z3 = { git = "https://github.com/prove-rs/z3.rs.git", rev = "247d308f27d8b59152ad402e2d8b13d617a1a6a1" } -derive_more = "0.99" +derive_more = "1.0"