From 2160d2f2bf1275c2042e2d7564537e7c981f5ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 04:22:05 +0000 Subject: [PATCH] chore(deps): update rust crate trybuild to 1.0.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52fe115..2dc355e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ try_match = "0.4.1" str_inflector = "0.12.0" [dev-dependencies] -trybuild = "1.0.84" +trybuild = "1.0.86" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } insta = "1.31.0" rust-format = "0.3.4"