diff --git a/test-context-macros/Cargo.toml b/test-context-macros/Cargo.toml index 6f25c35..57cd453 100644 --- a/test-context-macros/Cargo.toml +++ b/test-context-macros/Cargo.toml @@ -14,6 +14,6 @@ license.workspace = true proc-macro = true [dependencies] -quote = "1.0.3" +quote = "1.0.45" syn = { version = "^2", features = ["full"] } -proc-macro2 = "1.0.78" +proc-macro2 = "1.0.106" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index ea01925..7a0c995 100644 --- a/test-context/Cargo.toml +++ b/test-context/Cargo.toml @@ -18,4 +18,4 @@ futures = "0.3" [dev-dependencies] rstest = "0.26.1" -tokio = { version = "1.0", features = ["macros", "rt"] } +tokio = { version = "1.52", features = ["macros", "rt"] }