chore(deps): Bump sqlparser from 0.36.0 to 0.36.1 (#8312)

Bumps [sqlparser](https://github.com/sqlparser-rs/sqlparser-rs) from 0.36.0 to 0.36.1.
- [Changelog](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sqlparser-rs/sqlparser-rs/compare/v0.36.0...v0.36.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2023-07-24 10:28:23 +00:00 committed by GitHub
parent b7ab20be0d
commit fca624a039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -2630,7 +2630,7 @@ version = "0.1.0"
dependencies = [
"generated_types",
"snafu",
"sqlparser 0.36.0",
"sqlparser 0.36.1",
"workspace-hack",
]
@ -4221,7 +4221,7 @@ dependencies = [
"query_functions",
"schema",
"snafu",
"sqlparser 0.36.0",
"sqlparser 0.36.1",
"test_helpers",
"workspace-hack",
]
@ -5304,9 +5304,9 @@ dependencies = [
[[package]]
name = "sqlparser"
version = "0.36.0"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f20da3167d59ddf22c226d7fb34f8e56419a4cbc14df554f499e23d2dafc329f"
checksum = "2eaa1e88e78d2c2460d78b7dc3f0c08dbb606ab4222f9aff36f420d36e307d87"
dependencies = [
"log",
]

View File

@ -6,7 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
sqlparser = "0.36.0"
sqlparser = "0.36.1"
snafu = "0.7.5"
generated_types = { path = "../generated_types" }

View File

@ -16,7 +16,7 @@ observability_deps = { path = "../observability_deps" }
query_functions = { path = "../query_functions"}
schema = { path = "../schema" }
snafu = "0.7"
sqlparser = "0.36.0"
sqlparser = "0.36.1"
workspace-hack = { version = "0.1", path = "../workspace-hack" }
[dev-dependencies]