Skip to content

Commit

Permalink
chore(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://github.com/shssoichiro/sqlformat-rs) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/shssoichiro/sqlformat-rs/releases)
- [Changelog](https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/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 11, 2023
1 parent bafe34b commit 1135b94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 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 @@ -9,7 +9,7 @@ query-engine-sql = { path = "../sql" }

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

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

0 comments on commit 1135b94

Please sign in to comment.