From dd8ef98b56e8516c198c8cd9197d010da34a0669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:13:08 +0000 Subject: [PATCH] chore(deps): update rust crate trybuild to 1.0.85 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67ccd7dc..a5933a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rand_xorshift = "0.3.0" # Not a real dependency, but needed since criterion 0.4.0 # does not compile anymore as of 2022-10-03. regex = "1.7.1" -trybuild = "1.0.82" +trybuild = "1.0.85" [[bench]] name = "algos"