diff --git a/Cargo.lock b/Cargo.lock index ec301de4..4e78746b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,9 +1021,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.116" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6fb30ae0..e337a2a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ schemars = "0.8.22" semver = "1.0.27" serde = "1.0.228" serde_json = "1.0.149" -syn = { version = "2.0.116", features = ["full"] } +syn = { version = "2.0.117", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.18" trybuild = "1.0.116"