Skip to content

Commit

Permalink
build(deps): bump sqlformat from 0.2.2 to 0.2.3
Browse files Browse the repository at this point in the history
Bumps [sqlformat](https:/shssoichiro/sqlformat-rs) from 0.2.2 to 0.2.3.
- [Release notes](https:/shssoichiro/sqlformat-rs/releases)
- [Changelog](https:/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md)
- [Commits](https:/shssoichiro/sqlformat-rs/commits/v0.2.3)

---
updated-dependencies:
- dependency-name: sqlformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 4ceb74a commit 7379a37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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/query-engine/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ query-engine-sql = { path = "../sql" }

prometheus = "0.13.3"
serde_json = "1.0.107"
sqlformat = "0.2.2"
sqlformat = "0.2.3"
sqlx = { version = "0.7.1", features = [ "json", "postgres", "runtime-tokio-rustls", "uuid" ] }
tracing = "0.1.37"
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tracing = "0.1.37"

[dev-dependencies]
insta = { version = "1.31.0", features = ["json"] }
sqlformat = "0.2.2"
sqlformat = "0.2.3"

0 comments on commit 7379a37

Please sign in to comment.