diff --git a/Cargo.toml b/Cargo.toml index 4a6f118f0..c13bbce1e 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.90", default-features = false } +proc-macro2 = { version = "1.0.91", default-features = false } quote = { version = "1.0.35", optional = true, default-features = false } unicode-ident = "1"