From 00d1d8291b40dcb4396d47f8fa1cca9a3cab7ebc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Sep 2024 10:30:47 +0000 Subject: [PATCH] chore(deps): update rust crate rstest to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8751abf..4d62065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.37", features = ["full"] } [dev-dependencies] assert2 = "0.3" pretty_assertions = "1.4" -rstest = "0.22" +rstest = "0.23" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }