From 489b2a9cd9630235d16b2148c4483025bfff5a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:12:25 +0000 Subject: [PATCH] chore(deps): Bump auto_impl from 1.1.0 to 1.2.0 Bumps [auto_impl](https://github.com/auto-impl-rs/auto_impl) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/auto-impl-rs/auto_impl/releases) - [Commits](https://github.com/auto-impl-rs/auto_impl/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: auto_impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8b9adaa161b8..f68b40f8e4aa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,14 +908,13 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fee3da8ef1276b0bee5dd1c7258010d8fffd31801447323115a25560e1327b89" +checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ - "proc-macro-error 1.0.4", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.48", ] [[package]]