Skip to content

Commit

Permalink
Merge pull request #34 from hasura/dependabot/cargo/insta-1.34.0
Browse files Browse the repository at this point in the history
Bump insta from 1.31.0 to 1.34.0
  • Loading branch information
danieljharvey authored Oct 18, 2023
2 parents 282b8a9 + 9786847 commit 4b0e41b
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 4b0e41b

Please sign in to comment.