From f3372e3bab684b9f9f6b7cd997ac5f9c75a8bb36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 04:06:27 +0000 Subject: [PATCH] Update Rust crate trybuild to ~1.0.83 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e6d26b..db51101 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.81" +trybuild = "~1.0.83" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } insta = "1.30.0" rust-format = "0.3.4"