Skip to content

Commit

Permalink
Merge pull request #8790 from influxdata/dependabot/cargo/insta-1.32.0
Browse files Browse the repository at this point in the history
chore(deps): Bump insta from 1.31.0 to 1.32.0
  • Loading branch information
domodwyer authored Sep 21, 2023
2 parents b5c0ecd + 75d4d8c commit 008b60c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ assert_matches = "1"
compactor_test_utils = { path = "../compactor_test_utils" }
iox_tests = { path = "../iox_tests" }
test_helpers = { path = "../test_helpers" }
insta = { version = "1.31.0", features = ["yaml"] }
insta = { version = "1.32.0", features = ["yaml"] }
2 changes: 1 addition & 1 deletion compactor_test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ uuid = { version = "1", features = ["v4"] }
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
insta = { version = "1.31.0", features = ["yaml"] }
insta = { version = "1.32.0", features = ["yaml"] }
2 changes: 1 addition & 1 deletion influxdb_influxql_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.0", features = ["yaml"] }
insta = { version = "1.32.0", features = ["yaml"] }
paste = "1.0.14"
2 changes: 1 addition & 1 deletion querier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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.31.0", features = ["yaml"] }
insta = { version = "1.32.0", features = ["yaml"] }
iox_tests = { path = "../iox_tests" }
mutable_batch_lp = { path = "../mutable_batch_lp" }
object_store_metrics = { path = "../object_store_metrics" }
Expand Down

0 comments on commit 008b60c

Please sign in to comment.