diff --git a/Cargo.lock b/Cargo.lock index afe247dd6..eb086f944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1177,9 +1177,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.37.0" +version = "1.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1718b3f2b85bb5054baf8ce406e36401f27c3169205f4175504c4b1d98252d3f" +checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" dependencies = [ "console", "lazy_static", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f82ded249..60ef461f8 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -23,7 +23,7 @@ tokio = { version = "1.37.0", features = ["full"] } build-data = "0.1.5" [dev-dependencies] -insta = "1.37.0" +insta = "1.38.0" tempfile = "3.10.1" [package.metadata.cargo-machete] diff --git a/crates/query-engine/translation/Cargo.toml b/crates/query-engine/translation/Cargo.toml index adb795f42..0f1678756 100644 --- a/crates/query-engine/translation/Cargo.toml +++ b/crates/query-engine/translation/Cargo.toml @@ -18,5 +18,5 @@ multimap = "0.9.1" serde_json = "1.0.115" [dev-dependencies] -insta = { version = "1.37.0", features = ["json"] } +insta = { version = "1.38.0", features = ["json"] } sqlformat = "0.2.3" diff --git a/crates/tests/databases-tests/Cargo.toml b/crates/tests/databases-tests/Cargo.toml index a934c7b5b..6831c571c 100644 --- a/crates/tests/databases-tests/Cargo.toml +++ b/crates/tests/databases-tests/Cargo.toml @@ -29,7 +29,7 @@ ndc-postgres-configuration = { path = "../../configuration" } tests-common = { path = "../tests-common" } axum = "0.6.20" -insta = { version = "1.37.0", features = ["json"] } +insta = { version = "1.38.0", features = ["json"] } schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] } serde_json = "1.0.115" test-each = "0.2.1"