From 7f5d55f8ef1cfaba851d62d13da240ba49335abc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:59:54 +0000 Subject: [PATCH] chore(deps): update rust crate trybuild to 1.0.90 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52fe115..80cc2ed 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.90" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } insta = "1.31.0" rust-format = "0.3.4"