Skip to content

Commit

Permalink
Update sqllogictest requirement from =0.24.0 to =0.26.3
Browse files Browse the repository at this point in the history
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.24.0...v0.26.3)

---
updated-dependencies:
- dependency-name: sqllogictest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 264f4c5 commit 0c2330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ postgres-types = { version = "0.2.8", features = ["derive", "with-chrono-0_4"],
rust_decimal = { version = "1.36.0", features = ["tokio-pg"] }
# Pin to 0.24 until labels are supported
# See https://github.com/risinglightdb/sqllogictest-rs/issues/242
sqllogictest = "=0.24.0"
sqllogictest = "=0.26.3"
sqlparser = { workspace = true }
tempfile = { workspace = true }
testcontainers = { version = "0.23", features = ["default"], optional = true }
Expand Down

0 comments on commit 0c2330d

Please sign in to comment.