Skip to content

Commit b3728cb

Browse files
Update sqllogictest requirement from 0.21.0 to 0.28.4
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.21.0...v0.28.4) --- updated-dependencies: - dependency-name: sqllogictest dependency-version: 0.28.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit b3728cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.21.0"
54+
sqllogictest = "0.28.4"
5555
sqlparser = { workspace = true }
5656
tempfile = { workspace = true }
5757
thiserror = { workspace = true }

0 commit comments

Comments
 (0)