From 03d2a81cb4484d6e4826ddf79d94591bf5bb330b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:04:23 -0800 Subject: [PATCH] Bump syn from 2.0.93 to 2.0.95 (#735) --- Cargo.lock | 4 ++-- typify-impl/Cargo.toml | 4 ++-- typify-test/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c25cbab5..d7789662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,9 +990,9 @@ checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "syn" -version = "2.0.93" +version = "2.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058" +checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a" dependencies = [ "proc-macro2", "quote", diff --git a/typify-impl/Cargo.toml b/typify-impl/Cargo.toml index 90563302..3bd2dd00 100644 --- a/typify-impl/Cargo.toml +++ b/typify-impl/Cargo.toml @@ -17,7 +17,7 @@ schemars = "0.8.21" semver = "1.0.24" serde = "1.0.217" serde_json = "1.0.134" -syn = { version = "2.0.93", features = ["full"] } +syn = { version = "2.0.95", features = ["full"] } thiserror = "2.0.9" unicode-ident = "1.0.14" @@ -29,5 +29,5 @@ paste = "1.0.15" rustfmt-wrapper = "0.2.1" schema = "0.1.0" schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] } -syn = { version = "2.0.93", features = ["full", "extra-traits", "visit-mut"] } +syn = { version = "2.0.95", features = ["full", "extra-traits", "visit-mut"] } uuid = "1.11.0" diff --git a/typify-test/Cargo.toml b/typify-test/Cargo.toml index f1cdf3b7..da65ac7a 100644 --- a/typify-test/Cargo.toml +++ b/typify-test/Cargo.toml @@ -13,5 +13,5 @@ ipnetwork = { version = "0.21.0", features = ["schemars"] } prettyplease = "0.2.25" schemars = "0.8.21" serde = "1.0.217" -syn = "2.0.93" +syn = "2.0.95" typify = { path = "../typify" }