From 74a6fbb35cbf06205c3b483be71a3d113a3fd07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:30:29 +0000 Subject: [PATCH] chore(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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7956781..d26a6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ readme = "README.md" exclude = ["release-plz.toml", ".github", "python"] [dependencies] -derive_more = "0.99.17" +derive_more = "1.0.0" general-sam = { version = "1.0.0", features = ["trie"] } pyo3 = { version = "0.21.2", optional = true } smallvec = "1.13.2"