From d8d4bf5497f40ba3bd4bf507598391150ac4efbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 03:41:35 +0000 Subject: [PATCH] chore(deps): bump proc-macro2 from 1.0.69 to 1.0.70 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.69 to 1.0.70. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.69...1.0.70) --- 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 c040f55b..8253795e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" +checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" dependencies = [ "unicode-ident", ] diff --git a/oro-ser2mem-proc/Cargo.toml b/oro-ser2mem-proc/Cargo.toml index 08485f4c..9008bcd9 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.56" +proc-macro2 = "1.0.70" quote = "1.0.26" syn = { version = "2.0.15", features = ["full"] }