diff --git a/Cargo.toml b/Cargo.toml index 8b76f9bdde..e65e4609b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ proc-macro = ["proc-macro2/proc-macro", "quote/proc-macro"] test = ["syn-test-suite/all-features"] [dependencies] -proc-macro2 = { version = "1.0.74", default-features = false } +proc-macro2 = { version = "1.0.75", default-features = false } quote = { version = "1.0.35", optional = true, default-features = false } unicode-ident = "1"