From cc17aaa11d2bd77f06dd2099cfcfc88488e107d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:42:18 +0300 Subject: [PATCH] fix(deps): update rust crate proc-macro2 to 1.0.71 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/hirola-kit/Cargo.toml | 2 +- crates/hirola-macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4474c42..76b2e58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,9 +1512,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[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/crates/hirola-kit/Cargo.toml b/crates/hirola-kit/Cargo.toml index 2b48f39..00d3b34 100644 --- a/crates/hirola-kit/Cargo.toml +++ b/crates/hirola-kit/Cargo.toml @@ -14,7 +14,7 @@ leptosfmt-pretty-printer = "0.1.7" rstml = "0.11.2" syn = { version = "2.0.43", features = [ "visit", "full", "extra-traits" ] } leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.15" } -proc-macro2 = { version = "1.0.70", features = [ "span-locations" ] } +proc-macro2 = { version = "1.0.71", features = [ "span-locations" ] } thiserror = "1.0.51" crop = "0.4.1" serde = { version = "1.0.193", features = [ "derive" ] } diff --git a/crates/hirola-macros/Cargo.toml b/crates/hirola-macros/Cargo.toml index 04e6048..5dfc0ac 100644 --- a/crates/hirola-macros/Cargo.toml +++ b/crates/hirola-macros/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true [dependencies] -proc-macro2 = "1.0.70" +proc-macro2 = "1.0.71" quote = "1.0.33" syn = "2.0.43" rstml = "0.11"