From 9786847b3c1295f629eb210f1df88d76afa32cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:01:49 +0000 Subject: [PATCH] Bump insta from 1.31.0 to 1.34.0 Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.34.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.34.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/ndc-sqlserver/Cargo.toml | 2 +- crates/query-engine/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0a365f0..a9c3c0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -945,9 +945,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.31.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "console", "lazy_static", diff --git a/crates/ndc-sqlserver/Cargo.toml b/crates/ndc-sqlserver/Cargo.toml index 931bd5fe..b15f85e8 100644 --- a/crates/ndc-sqlserver/Cargo.toml +++ b/crates/ndc-sqlserver/Cargo.toml @@ -36,6 +36,6 @@ thiserror = "1.0" [dev-dependencies] axum = "0.6.19" axum-test-helper = "0.3.0" -insta = { version = "1.31.0", features = ["json"] } +insta = { version = "1.34.0", features = ["json"] } env_logger = "0.10.0" similar-asserts = "1.5.0" diff --git a/crates/query-engine/Cargo.toml b/crates/query-engine/Cargo.toml index 05808c0e..175bea58 100644 --- a/crates/query-engine/Cargo.toml +++ b/crates/query-engine/Cargo.toml @@ -18,4 +18,4 @@ sqlformat = "0.2.2" tracing = "0.1.37" [dev-dependencies] -insta = { version = "1.31.0", features = ["json"] } +insta = { version = "1.34.0", features = ["json"] }