From 4b888c725523a9c162c55866537bf5269dd0f7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 18:25:01 +0000 Subject: [PATCH] chore(deps): Bump insta from 1.28.0 to 1.29.0 (#7322) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.28.0 to 1.29.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.28.0...1.29.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- compactor2/Cargo.toml | 2 +- compactor2_test_utils/Cargo.toml | 2 +- influxdb_influxql_parser/Cargo.toml | 2 +- querier/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf6259bf0..b0b4613fe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2919,9 +2919,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" +checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" dependencies = [ "console", "lazy_static", diff --git a/compactor2/Cargo.toml b/compactor2/Cargo.toml index 8757cdd1b3..709abc75d0 100644 --- a/compactor2/Cargo.toml +++ b/compactor2/Cargo.toml @@ -37,4 +37,4 @@ assert_matches = "1" compactor2_test_utils = { path = "../compactor2_test_utils" } iox_tests = { path = "../iox_tests" } test_helpers = { path = "../test_helpers"} -insta = { version = "1.28.0", features = ["yaml"] } +insta = { version = "1.29.0", features = ["yaml"] } diff --git a/compactor2_test_utils/Cargo.toml b/compactor2_test_utils/Cargo.toml index c70b588699..766dc2120a 100644 --- a/compactor2_test_utils/Cargo.toml +++ b/compactor2_test_utils/Cargo.toml @@ -27,4 +27,4 @@ uuid = { version = "1", features = ["v4"] } workspace-hack = { version = "0.1", path = "../workspace-hack" } iox_tests = { path = "../iox_tests" } -insta = { version = "1.28.0", features = ["yaml"] } +insta = { version = "1.29.0", features = ["yaml"] } diff --git a/influxdb_influxql_parser/Cargo.toml b/influxdb_influxql_parser/Cargo.toml index 278613d97f..7e0ed6325a 100644 --- a/influxdb_influxql_parser/Cargo.toml +++ b/influxdb_influxql_parser/Cargo.toml @@ -16,4 +16,4 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] # In alphabetical order test_helpers = { path = "../test_helpers" } assert_matches = "1" -insta = { version = "1.28.0", features = ["yaml"] } +insta = { version = "1.29.0", features = ["yaml"] } diff --git a/querier/Cargo.toml b/querier/Cargo.toml index d61374b82d..e26f083dc7 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -52,7 +52,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] arrow_util = { path = "../arrow_util" } assert_matches = "1.5" -insta = { version = "1.28.0", features = ["yaml"] } +insta = { version = "1.29.0", features = ["yaml"] } iox_tests = { path = "../iox_tests" } mutable_batch_lp = { path = "../mutable_batch_lp" } object_store_metrics = { path = "../object_store_metrics" }