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 }