Skip to content

Commit

Permalink
build(deps): bump sqlparser from 0.43.1 to 0.44.0
Browse files Browse the repository at this point in the history
Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.43.1 to 0.44.0.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.43.1...v0.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent dd6d12f commit 6fd8eac
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 rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
prost = { default-features = false, version = "0.12" }
sqlparser = { default-features = false, version = "0.43" }
sqlparser = { default-features = false, version = "0.44" }
js-sys = "0.3"
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { path = "../sqlinference" }
Expand Down
2 changes: 1 addition & 1 deletion rust/sqlinference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rust-version = "1.76.0"
[lib]

[dependencies]
sqlparser = { default-features = false, version = "0.43" }
sqlparser = { default-features = false, version = "0.44" }

0 comments on commit 6fd8eac

Please sign in to comment.