Skip to content

Commit a824d6b

Browse files
Update sqlparser requirement from 0.46 to 0.55
Updates the requirements on [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) to permit the latest version. - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.46.0...v0.55.0) --- updated-dependencies: - dependency-name: sqlparser dependency-version: 0.55.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 546ee8d commit a824d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

convergence/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio-util = { version = "0.7", features = [ "codec" ] }
1313
thiserror = "1"
1414
bytes = "1"
1515
futures = "0.3"
16-
sqlparser = "0.46"
16+
sqlparser = "0.55"
1717
async-trait = "0.1"
1818
chrono = "0.4"
1919
rust_decimal = { version = "1.37.1", features = ["default", "db-postgres"] }

0 commit comments

Comments
 (0)