From 6c72320b67c786a10fa2ae2540d3242d4224cf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:14:54 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.70 to 1.0.71 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- oro-ser2mem-proc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9423ee4f..b736d048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,9 +174,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" dependencies = [ "unicode-ident", ] diff --git a/oro-ser2mem-proc/Cargo.toml b/oro-ser2mem-proc/Cargo.toml index 9008bcd9..d2509d14 100644 --- a/oro-ser2mem-proc/Cargo.toml +++ b/oro-ser2mem-proc/Cargo.toml @@ -13,6 +13,6 @@ test = false bench = false [dependencies] -proc-macro2 = "1.0.70" +proc-macro2 = "1.0.71" quote = "1.0.26" syn = { version = "2.0.15", features = ["full"] }