Skip to content

Commit

Permalink
Update sqllogictest requirement from =0.24.0 to =0.25.0
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.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 9b5995f commit 991e46b
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 @@ -53,7 +53,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.25.0"
sqlparser = { workspace = true }
tempfile = { workspace = true }
thiserror = "2.0.0"
Expand Down

0 comments on commit 991e46b

Please sign in to comment.