diff --git a/Cargo.lock b/Cargo.lock index fb728a5c..dd24c887 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,9 +1033,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.108" +version = "2.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" +checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 86d6852c..47335fc6 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.145" -syn = { version = "2.0.108", features = ["full"] } +syn = { version = "2.0.110", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.17" trybuild = "1.0.113"