From da76da5e5deb0b92e368fcb3954724d2b1d9955e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:40:47 +0000 Subject: [PATCH] [cargo] Update Rust crate rstest to 0.24.0 (#27) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rstest | 0.23.0 | 0.24.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- crates/generic-num/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2bdf79..eae6c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ license.workspace = true automod = "1.0.8" [dev-dependencies] -rstest = { version = "0.23.0", default-features = false } +rstest = { version = "0.24.0", default-features = false } [lints] workspace = true diff --git a/crates/generic-num/Cargo.toml b/crates/generic-num/Cargo.toml index b1821db..98458c1 100644 --- a/crates/generic-num/Cargo.toml +++ b/crates/generic-num/Cargo.toml @@ -10,7 +10,7 @@ license.workspace = true num-traits = "0.2.15" [dev-dependencies] -rstest = { version = "0.23.0", default-features = false } +rstest = { version = "0.24.0", default-features = false } [lints] workspace = true