From 60f7cdb9b6e65e999f2bd16762d95a83662caa1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:04:42 -0700 Subject: [PATCH] Bump proc-macro2 from 1.0.87 to 1.0.88 (#689) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- typify-impl/Cargo.toml | 2 +- typify-macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af8dcf52..196f45bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,9 +689,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" dependencies = [ "unicode-ident", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 2f8d5dc2..4b67b58a 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -10,7 +10,7 @@ readme = "../README.md" [dependencies] heck = "0.5.0" log = "0.4.22" -proc-macro2 = "1.0.87" +proc-macro2 = "1.0.88" quote = "1.0.37" regress = "0.10.1" schemars = "0.8.21" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 3c7f6510..da6edbef 100644 --- a/typify-macro/Cargo.toml +++ b/typify-macro/Cargo.toml @@ -11,7 +11,7 @@ readme = "../README.md" proc-macro = true [dependencies] -proc-macro2 = "1.0.87" +proc-macro2 = "1.0.88" quote = "1.0.37" schemars = "0.8.21" semver = { version = "1.0.23", features = ["serde"] }