From d8d96d9442276a56fcc2d8e56dd6c1d833f82faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:47:56 +0000 Subject: [PATCH] Update find-crate requirement from 0.6.3 to 0.7.1 Updates the requirements on [find-crate](https://github.com/taiki-e/find-crate) to permit the latest version. - [Release notes](https://github.com/taiki-e/find-crate/releases) - [Changelog](https://github.com/taiki-e/find-crate/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/find-crate/compare/v0.6.3...v0.7.1) --- updated-dependencies: - dependency-name: find-crate dependency-version: 0.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cursive-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-macros/Cargo.toml b/cursive-macros/Cargo.toml index f5af7e81..96cd08c1 100644 --- a/cursive-macros/Cargo.toml +++ b/cursive-macros/Cargo.toml @@ -18,7 +18,7 @@ proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -find-crate = { optional = true, version = "0.6.3" } +find-crate = { optional = true, version = "0.7.1" } proc-macro2 = "1.0.47" quote = {version = "1.0.21", optional = true } syn = { version = "2", features = ["full", "extra-traits"], optional = true }