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