diff --git a/Cargo.toml b/Cargo.toml index 212e2f3..14864df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.20.2" anyhow = "1.0.95" cfg-if = "1.0.0" futures = "0.3.31" -syn = "2.0.95" +syn = "2.0.96" quote = "1.0.38" indoc = "2.0.5" derive_builder = "0.20.2" @@ -93,4 +93,4 @@ derive_builder = "0.20.2" [dev-dependencies] tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } -uuid = { version = "1.11.0", features = ["v7"] } +uuid = { version = "1.11.1", features = ["v7"] }