Skip to content

Commit

Permalink
Bump sqlformat from 0.2.3 to 0.3.3
Browse files Browse the repository at this point in the history
Bumps [sqlformat](https://github.com/shssoichiro/sqlformat-rs) from 0.2.3 to 0.3.3.
- [Release notes](https://github.com/shssoichiro/sqlformat-rs/releases)
- [Changelog](https://github.com/shssoichiro/sqlformat-rs/blob/master/CHANGELOG.md)
- [Commits](shssoichiro/sqlformat-rs@v0.2.3...v0.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent f529344 commit f8b6c31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 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 @@ -18,7 +18,7 @@ bb8-tiberius = "0.15.0"
bytes = "1.6.0"
prometheus = "0.13.3"
serde_json = "1.0.116"
sqlformat = "0.2.3"
sqlformat = "0.3.3"
tokio-stream = "0.1.14"
tracing = "0.1.40"
thiserror = "1.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 @@ -19,4 +19,4 @@ serde_json = "1.0.116"

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

0 comments on commit f8b6c31

Please sign in to comment.