From 59b5896bf008de8fe2474124d719f9e760a86a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 17:46:53 +0000 Subject: [PATCH] build(deps): bump quote from 1.0.42 to 1.0.43 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.42...1.0.43) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- forgeconf_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5b42fd..d299941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" +checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" dependencies = [ "proc-macro2", ] diff --git a/forgeconf_macros/Cargo.toml b/forgeconf_macros/Cargo.toml index bc7646a..219d188 100644 --- a/forgeconf_macros/Cargo.toml +++ b/forgeconf_macros/Cargo.toml @@ -20,6 +20,6 @@ proc-macro = true [dependencies] forgeconf_core = { version = "=0.2.0", path = "../forgeconf_core" } proc-macro2 = "1.0.105" -quote = "1.0.42" +quote = "1.0.43" syn = { version = "2.0.114", features = ["full", "extra-traits"] } thiserror = "2.0.17"