diff --git a/Cargo.lock b/Cargo.lock index 5a126d996..4d3de55e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.71" +version = "2.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" +checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 5d8b868e0..01ef12495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ smallvec = { version = "1.13.2", features = [ "union", ] } strsim = "0.11.1" -syn = "2.0.71" +syn = "2.0.72" tempfile = "3.10.1" test-case = "3.3.1" textwrap = "0.16.1"