From 15b0014fe66c739fca190cf3798cf740f48268a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:39:46 +0000 Subject: [PATCH] chore(deps): update rust crate cargo-tarpaulin to 0.31.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 592d992..6dda802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ actix-rt = "2.10.0" fastrand = "2.3.0" [dev-dependencies] -cargo-tarpaulin = "0.31.3" +cargo-tarpaulin = "0.31.4" codspeed-criterion-compat = "2.7.2" criterion2 = "2.0.0"