diff --git a/Cargo.lock b/Cargo.lock index 3002f7d..538fd1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -547,9 +547,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.114" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", diff --git a/crates/tower-embed-impl/Cargo.toml b/crates/tower-embed-impl/Cargo.toml index 8711eed..b346b9b 100644 --- a/crates/tower-embed-impl/Cargo.toml +++ b/crates/tower-embed-impl/Cargo.toml @@ -14,7 +14,7 @@ proc-macro = true camino = "1.2.2" proc-macro2 = "1.0.106" quote = "1.0.44" -syn = "2.0.114" +syn = "2.0.117" tower-embed-core = { path = "../tower-embed-core", version = "0.5.0" } walkdir = "2.5.0" diff --git a/examples/astro/Cargo.toml b/examples/astro/Cargo.toml index 98710e3..c56f6a8 100644 --- a/examples/astro/Cargo.toml +++ b/examples/astro/Cargo.toml @@ -13,6 +13,6 @@ path = "rust/main.rs" axum = "0.8.8" proc-macro2 = "1.0.106" quote = "1.0.44" -syn = { version = "2.0.114", features = ["full"] } +syn = { version = "2.0.117", features = ["full"] } tokio = { version = "1.49.0", features = ["full"] } tower-embed = { workspace = true, features = ["astro"] } diff --git a/examples/axum/Cargo.toml b/examples/axum/Cargo.toml index 13cec71..3e5cc02 100644 --- a/examples/axum/Cargo.toml +++ b/examples/axum/Cargo.toml @@ -9,6 +9,6 @@ publish = false axum = "0.8.8" proc-macro2 = "1.0.106" quote = "1.0.44" -syn = { version = "2.0.114", features = ["full"] } +syn = { version = "2.0.117", features = ["full"] } tokio = { version = "1.49.0", features = ["full"] } tower-embed.workspace = true diff --git a/examples/custom-404/Cargo.toml b/examples/custom-404/Cargo.toml index b95d3a5..e761f23 100644 --- a/examples/custom-404/Cargo.toml +++ b/examples/custom-404/Cargo.toml @@ -9,6 +9,6 @@ publish = false axum = "0.8.8" proc-macro2 = "1.0.106" quote = "1.0.44" -syn = { version = "2.0.114", features = ["full"] } +syn = { version = "2.0.117", features = ["full"] } tokio = { version = "1.49.0", features = ["full"] } tower-embed.workspace = true