From 7cd6d867830a44763b26470a0ac37f8f61e8d3e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:11:47 +0300 Subject: [PATCH] feat(deps): update rust crate proc-macro2 to 1.0.69 (#111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/macro-testing-utils/Cargo.toml | 2 +- crates/marine-macro-impl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7960a56..c46e4e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.66" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] diff --git a/crates/macro-testing-utils/Cargo.toml b/crates/macro-testing-utils/Cargo.toml index 372499e..ff8c89b 100644 --- a/crates/macro-testing-utils/Cargo.toml +++ b/crates/macro-testing-utils/Cargo.toml @@ -17,5 +17,5 @@ doctest = false [dependencies] quote = "1.0.23" -proc-macro2 = "1.0.51" +proc-macro2 = "1.0.69" syn = { version = '1.0.109', features = ['full'] } diff --git a/crates/marine-macro-impl/Cargo.toml b/crates/marine-macro-impl/Cargo.toml index afaa829..e253b8c 100644 --- a/crates/marine-macro-impl/Cargo.toml +++ b/crates/marine-macro-impl/Cargo.toml @@ -15,7 +15,7 @@ all-features = true [dependencies] quote = "1.0.23" -proc-macro2 = "1.0.51" +proc-macro2 = "1.0.69" serde = { version = "1.0.155", features = ["derive"] } serde_json = "1.0.94" syn = { version = '1.0.109', features = ['full', "extra-traits"] }