diff --git a/Cargo.lock b/Cargo.lock index 952747b79f..b4cef5a649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,9 +2578,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.23.0" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4" +checksum = "e965b4a6e9d638d7af8e0bce7f650f4a31bc0f21f4ce891015822a81fac314a9" dependencies = [ "console", "lazy_static", diff --git a/influxdb_influxql_parser/Cargo.toml b/influxdb_influxql_parser/Cargo.toml index 04864bb1ed..621b45a609 100644 --- a/influxdb_influxql_parser/Cargo.toml +++ b/influxdb_influxql_parser/Cargo.toml @@ -13,4 +13,4 @@ workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order test_helpers = { path = "../test_helpers" } assert_matches = "1" -insta = { version = "1.23.0", features = ["yaml"] } \ No newline at end of file +insta = { version = "1.24.0", features = ["yaml"] } \ No newline at end of file