From 1f97f167923f001818d461b1286f8a5242abf8b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:18:32 -0800 Subject: [PATCH] Bump proc-macro2 from 1.0.76 to 1.0.78 (#492) Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.76 to 1.0.78. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.76...1.0.78) --- 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 14c0d0cd..8c8027d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -695,9 +695,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.76" +version = "1.0.78" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" dependencies = [ "unicode-ident", ] diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 91246d8c..cbc743a5 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -10,7 +10,7 @@ readme = "../README.md" [dependencies] heck = "0.4.1" log = "0.4.20" -proc-macro2 = "1.0.76" +proc-macro2 = "1.0.78" quote = "1.0.35" regress = "0.7.1" schemars = "0.8.16" diff --git a/typify-macro/Cargo.toml b/typify-macro/Cargo.toml index 1c0a3d69..84631f74 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.76" +proc-macro2 = "1.0.78" quote = "1.0.35" schemars = "0.8.16" serde = "1.0.195"