diff --git a/helpers/pagetop-macros/Cargo.toml b/helpers/pagetop-macros/Cargo.toml index 0d4297bf..57cbcdc7 100644 --- a/helpers/pagetop-macros/Cargo.toml +++ b/helpers/pagetop-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop-macros" -version = "0.0.17" +version = "0.0.18" edition = "2021" description = """\ @@ -18,8 +18,8 @@ authors.workspace = true proc-macro = true [dependencies] -proc-macro2 = "1.0.92" +proc-macro2 = "1.0.93" proc-macro-crate = "3.2.0" proc-macro-error = "1.0.4" quote = "1.0.38" -syn = { version = "2.0.95", features = ["full"] } +syn = { version = "2.0.96", features = ["full"] }