diff --git a/Cargo.lock b/Cargo.lock index b67790d8..496b1335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,9 +913,9 @@ dependencies = [ [[package]] name = "toml-test-data" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "745000c1c7d791ae5b213ddb98beaa907386485da5f6763c8552f8b9a20d5a76" +checksum = "ad91e06583efe5577c6b123d4b53cb0fcbf66407b9f1f47084977d5db0ba132f" dependencies = [ "include_dir", ] diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 62e32e09..19722e2d 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.4", path = "../serde_spanned", features = ["ser serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.96" toml-test-harness = "0.4.8" -toml-test-data = "1.6.0" +toml-test-data = "1.7.0" snapbox = "0.4.11" [[test]] diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index 339b2be5..e91dfaf4 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -50,7 +50,7 @@ serde_spanned = { version = "0.6.4", path = "../serde_spanned", features = ["ser [dev-dependencies] serde_json = "1.0.96" toml-test-harness = "0.4.8" -toml-test-data = "1.6.0" +toml-test-data = "1.7.0" libtest-mimic = "0.6.0" snapbox = { version = "0.4.11", features = ["harness"] }