From 4759561f0addf3ed84e4f975881c6271976dab35 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:11:00 +0000 Subject: [PATCH] chore: Update Rust crate rstest to 0.17.0, ||, ^0.18.0 --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 27e284cc8..dd968fc73 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -59,7 +59,7 @@ warp = { version = "0.3.3", default-features = false } regex = "1.7.0" test-case = "3.1.0" tracing-subscriber = "0.3.17" -rstest = "0.17.0" +rstest = "0.17.0, ||, ^0.18.0" insta = "1.29.0" [build-dependencies]