diff --git a/Cargo.toml b/Cargo.toml index 1cbf5b0..968c110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" winnow = "0.6.5" [dev-dependencies] -rstest = "0.18.2" +rstest = "0.19.0" insta = { version = "1.38.0", features = ["yaml"] } serde = "1.0.197" itertools = "0.12.1"