From dc9f1971b49b7765efbc021706c1c00e90eeb3c4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:22:24 +0000 Subject: [PATCH] Update Rust crate trybuild to 1.0.118 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 631e2c3..7ae2483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ syn = { version = "2", features = ["extra-traits", "derive"] } rustversion = "1.0.20" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -trybuild = "1.0.104" +trybuild = "1.0.118"