diff --git a/Cargo.lock b/Cargo.lock index 2a9eea486c..1482365ae5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2860,9 +2860,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "lazy_static", diff --git a/influxdb_influxql_parser/Cargo.toml b/influxdb_influxql_parser/Cargo.toml index 6751e459b9..834ab097a1 100644 --- a/influxdb_influxql_parser/Cargo.toml +++ b/influxdb_influxql_parser/Cargo.toml @@ -20,5 +20,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.34.0", features = ["yaml"] } +insta = { version = "1.35.1", features = ["yaml"] } paste = "1.0.14" diff --git a/test_helpers_end_to_end/Cargo.toml b/test_helpers_end_to_end/Cargo.toml index 64ad443179..ef339f3912 100644 --- a/test_helpers_end_to_end/Cargo.toml +++ b/test_helpers_end_to_end/Cargo.toml @@ -23,7 +23,7 @@ http = "0.2.11" hyper = "0.14" influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format"] } ingester_query_grpc = { path = "../ingester_query_grpc" } -insta = { version = "1.34.0", features = ["yaml"] } +insta = { version = "1.35.1", features = ["yaml"] } iox_catalog = { path = "../iox_catalog" } iox_query_params = { path = "../iox_query_params" } mutable_batch_lp = { path = "../mutable_batch_lp" }