Skip to content

Commit

Permalink
build(deps): bump sqlparser from 0.45.0 to 0.46.0
Browse files Browse the repository at this point in the history
Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.45.0 to 0.46.0.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](sqlparser-rs/sqlparser-rs@v0.45.0...v0.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2024
1 parent 6b5f812 commit e2f401f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.45" }
sqlparser = { default-features = false, version = "0.46" }
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { path = "../sqlinference" }
rust-embed = "8"
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.78.0"
[lib]

[dependencies]
sqlparser = { default-features = false, version = "0.45" }
sqlparser = { default-features = false, version = "0.46" }
2 changes: 1 addition & 1 deletion rust/wasm-binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ send_wrapper = "0.6"
quary-core = { path = "../core" }
console_error_panic_hook = { version = "0.1", optional = true }
prost = { default-features = false, version = "0.12" }
sqlparser = { default-features = false, version = "0.45" }
sqlparser = { default-features = false, version = "0.46" }
js-sys = "0.3"
quary_proto = { path = "../../proto/gen/rust" }
sqlinference = { path = "../sqlinference" }
Expand Down

0 comments on commit e2f401f

Please sign in to comment.