diff --git a/Cargo.toml b/Cargo.toml index bb0496f..22d8888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ jsonl = ["serde", "serde_json"] [dev-dependencies] anyhow = "1.0.34" -pretty_assertions = "0.6" +pretty_assertions = "0.7" # Optional dev-dependencies are not a thing :( serde_derive = "1.0" tempfile = "3.0"