From cd09b1d40519c3ffe1ba681641fcd37e4aea29e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:59:13 +0000 Subject: [PATCH] Bump quote from 1.0.44 to 1.0.45 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.44...1.0.45) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af845251..08d37b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -707,9 +707,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index 894b68b8..c3bb03c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ newline-converter = "0.3.0" paste = "1.0.15" prettyplease = "0.2.37" proc-macro2 = "1.0.106" -quote = "1.0.44" +quote = "1.0.45" regress = "0.10.5" rustfmt-wrapper = "0.2.1" schema = "0.1.0" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 42aa5c6b..a16d61b5 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -12,7 +12,7 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.106" -quote = "1.0.44" +quote = "1.0.45" schemars = "0.8.22" semver = { version = "1.0.27", features = ["serde"] } serde = "1.0.228"