diff --git a/Cargo.lock b/Cargo.lock index 4521b605f..6c04d994b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1421,9 +1421,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.96" +version = "2.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" +checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4097afd04..febf35aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ proptest = { version = "1.5.0", features = ["std"], default-features = false } schemars = "0.8.17" serde = "1" serde_json = "1.0.115" -syn = "2.0.48" +syn = "2.0.98" test-strategy = "0.4.0" typify = "0.0.15" uuid = { version = "1.7.0", default-features = false }