From f52afba7f7f3fe33c5fcd11e6d4186f3f031a961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:29:25 +0000 Subject: [PATCH] build(deps): update proc-macro-crate requirement from 1.3.0 to 3.0.0 Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/commits) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deku-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deku-derive/Cargo.toml b/deku-derive/Cargo.toml index 5d475345..1f4a9652 100644 --- a/deku-derive/Cargo.toml +++ b/deku-derive/Cargo.toml @@ -23,7 +23,7 @@ syn = "1.0" # syn = {version = "1.0", features = ["extra-traits"]} proc-macro2 = "1.0" darling = "0.14" -proc-macro-crate = { version = "1.3.0", optional = true } +proc-macro-crate = { version = "3.0.0", optional = true } [dev-dependencies] rstest = "0.16"