From 1898356bcc7e5a9a681e1729bcfab0799e40f11d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 14:17:48 +0000 Subject: [PATCH] chore(deps): update rust crate trybuild to v1.0.121 --- distributed_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributed_macros/Cargo.toml b/distributed_macros/Cargo.toml index a3841e785..ef5c67d38 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -22,7 +22,7 @@ syn = { version = "2.0", features = ["full", "visit"] } [dev-dependencies] # Compile-fail snapshots depend on trybuild's compiler-diagnostic normalization. -trybuild = "=1.0.120" +trybuild = "=1.0.121" # Dev-only cycle: `distributed` depends on this crate, but trybuild fixtures # need the runtime crate to type-check generated `distributed::...` code. # Cargo permits dev-dependency cycles.