Skip to content

Commit 22c1f54

Browse files
Update sqllogictest requirement from 0.22.0 to 0.23.0 (#13464)
Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version. - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases) - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md) - [Commits](risinglightdb/sqllogictest-rs@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e03aa12 commit 22c1f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object_store = { workspace = true }
5151
postgres-protocol = { version = "0.6.4", optional = true }
5252
postgres-types = { version = "0.2.4", optional = true }
5353
rust_decimal = { version = "1.27.0" }
54-
sqllogictest = "0.22.0"
54+
sqllogictest = "0.23.0"
5555
sqlparser = { workspace = true }
5656
tempfile = { workspace = true }
5757
thiserror = "2.0.0"

0 commit comments

Comments
 (0)