From 2f5a5991f364c4b7515f89059447d55e1f5339a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:44:12 +0000 Subject: [PATCH] chore(deps): update rust crate cargo-tarpaulin to 0.31.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24f7ce2..db14954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ actix-rt = "2.10.0" fastrand = "2.2.0" [dev-dependencies] -cargo-tarpaulin = "0.31.2" +cargo-tarpaulin = "0.31.3" codspeed-criterion-compat = "2.7.2" criterion2 = "2.0.0"