diff --git a/Cargo.toml b/Cargo.toml index 2c9fedc..7e6e1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,4 +117,4 @@ pretty_assertions = "1.4" rand = "0.8" mockall = "0.13" test-log = "0.2" -rstest = { version = "0.23", features = ["async-timeout"] } +rstest = { version = "0.24", features = ["async-timeout"] }