Skip to content

Commit

Permalink
Bump insta from 1.31.0 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.34.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.31.0...1.34.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 8db1b46 commit 9786847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ thiserror = "1.0"
[dev-dependencies]
axum = "0.6.19"
axum-test-helper = "0.3.0"
insta = { version = "1.31.0", features = ["json"] }
insta = { version = "1.34.0", features = ["json"] }
env_logger = "0.10.0"
similar-asserts = "1.5.0"
2 changes: 1 addition & 1 deletion crates/query-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sqlformat = "0.2.2"
tracing = "0.1.37"

[dev-dependencies]
insta = { version = "1.31.0", features = ["json"] }
insta = { version = "1.34.0", features = ["json"] }

0 comments on commit 9786847

Please sign in to comment.