From 96634100e96f00051b4326345e8a914006ef4631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:09:55 +0000 Subject: [PATCH] Bump proc-macro2 from 1.0.36 to 1.0.51 Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.36 to 1.0.51. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.36...1.0.51) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- sundial-derives/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87b953f..b5f3655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,11 +894,11 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.36" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ - "unicode-xid", + "unicode-ident", ] [[package]] @@ -1347,6 +1347,12 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "unicode-ident" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" + [[package]] name = "unicode-segmentation" version = "1.8.0" diff --git a/sundial-derives/Cargo.toml b/sundial-derives/Cargo.toml index ef14bd5..4cc0d81 100644 --- a/sundial-derives/Cargo.toml +++ b/sundial-derives/Cargo.toml @@ -16,4 +16,4 @@ proc-macro = true syn = {version = "1.0.89", features = ["full"]} quote = "1.0.16" -proc-macro2 = "1.0.32" \ No newline at end of file +proc-macro2 = "1.0.51" \ No newline at end of file