diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index eb12c84a..7516972f 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -51,7 +51,7 @@ serde_spanned = { version = "0.6.5", path = "../serde_spanned", features = ["ser serde_json = "1.0.96" toml-test-harness = "0.4.8" toml-test-data = "1.8.0" -libtest-mimic = "0.6.0" +libtest-mimic = "0.7.0" snapbox = { version = "0.4.11", features = ["harness"] } [[test]]