diff --git a/Cargo.toml b/Cargo.toml index 8751abf..4d62065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.37", features = ["full"] } [dev-dependencies] assert2 = "0.3" pretty_assertions = "1.4" -rstest = "0.22" +rstest = "0.23" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }