diff --git a/Cargo.toml b/Cargo.toml index 3b558c4..b32d7d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ toml = { version = "0.8.6", optional = true } [dev-dependencies] indoc = "2.0.4" pretty_assertions = "1.4.0" -rstest = { version = "0.22.0", default-features = false } +rstest = { version = "0.23.0", default-features = false } serde = { version = "1.0.190", features = ["derive"] } tempfile = "3.8.1"