From 6e28072c0a9aa7fac6804a69bab528ff02f10b73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 13:18:37 +0000 Subject: [PATCH] Update Rust crate rstest to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6b0117..528b627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ trust-dns-resolver = "0.23" async-std = { version = "1.12", features = ["attributes"] } httpmock = "0.7" jsonxf = "1.1" -rstest = "0.18.2" +rstest = "0.19.0"