From 4c0e5db3a5dddeed7e0b54515021e81d6b8a7f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:01:21 +0000 Subject: [PATCH] chore(deps): Bump insta from 1.30.0 to 1.31.0 (#8242) Bumps [insta](https://github.com/mitsuhiko/insta) from 1.30.0 to 1.31.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.30.0...1.31.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 ++-- compactor/Cargo.toml | 2 +- compactor_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 1884cd1ce1..ffc52d0c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2737,9 +2737,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.30.0" +version = "1.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" +checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" dependencies = [ "console", "lazy_static", diff --git a/compactor/Cargo.toml b/compactor/Cargo.toml index 8d37f5955c..6c7cc227c4 100644 --- a/compactor/Cargo.toml +++ b/compactor/Cargo.toml @@ -35,4 +35,4 @@ assert_matches = "1" compactor_test_utils = { path = "../compactor_test_utils" } iox_tests = { path = "../iox_tests" } test_helpers = { path = "../test_helpers"} -insta = { version = "1.30.0", features = ["yaml"] } +insta = { version = "1.31.0", features = ["yaml"] } diff --git a/compactor_test_utils/Cargo.toml b/compactor_test_utils/Cargo.toml index 25281b20c5..74d7612be8 100644 --- a/compactor_test_utils/Cargo.toml +++ b/compactor_test_utils/Cargo.toml @@ -29,4 +29,4 @@ uuid = { version = "1", features = ["v4"] } workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] -insta = { version = "1.30.0", features = ["yaml"] } +insta = { version = "1.31.0", features = ["yaml"] } diff --git a/influxdb_influxql_parser/Cargo.toml b/influxdb_influxql_parser/Cargo.toml index 6eedcccfcb..00ec97804e 100644 --- a/influxdb_influxql_parser/Cargo.toml +++ b/influxdb_influxql_parser/Cargo.toml @@ -17,5 +17,5 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] # In alphabetical order test_helpers = { path = "../test_helpers" } assert_matches = "1" -insta = { version = "1.30.0", features = ["yaml"] } +insta = { version = "1.31.0", features = ["yaml"] } paste = "1.0.13" \ No newline at end of file diff --git a/querier/Cargo.toml b/querier/Cargo.toml index ebed5918c3..377e678bd2 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -48,7 +48,7 @@ workspace-hack = { version = "0.1", path = "../workspace-hack" } arrow_util = { path = "../arrow_util" } assert_matches = "1.5" generated_types = { path = "../generated_types" } -insta = { version = "1.30.0", features = ["yaml"] } +insta = { version = "1.31.0", features = ["yaml"] } iox_tests = { path = "../iox_tests" } mutable_batch_lp = { path = "../mutable_batch_lp" } object_store_metrics = { path = "../object_store_metrics" }