diff --git a/testing-macros/Cargo.toml b/testing-macros/Cargo.toml index 9c354e349d..47bdb27486 100644 --- a/testing-macros/Cargo.toml +++ b/testing-macros/Cargo.toml @@ -86,7 +86,7 @@ tokio = { version = "1", optional = true, features = [ tracing = "0.1.37" serde = { version = "1.0.171", features = ["derive"] } # proc macro stuff -quote = "1.0.31" +quote = "1.0.32" syn = { version = "2.0.26", features = ["full", "extra-traits"] } proc-macro2 = "1.0.66" derive_builder = "0.12.0"