chore(deps): Bump insta from 1.34.0 to 1.35.1 (#24688)

pull/24687/head
dependabot[bot] 2024-02-25 14:27:40 +00:00 committed by GitHub
parent 278ecbeb56
commit f67968c159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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" }