From a76038297a44b5571050ec2f3c705184bc93381f Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:34:39 +0200 Subject: [PATCH] chore: update deps --- test-context-macros/Cargo.toml | 4 ++-- test-context/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }