Skip to content

Commit

Permalink
deps(core): update sqllogictest requirement
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.

Updates `sqllogictest` to 0.24.0
- [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.23.0...v0.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 17e6b49 commit 1651ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-core/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ datafusion = { workspace = true, default-features = true }
half = { version = "2.4.1", default-features = true }
log = { workspace = true }
rust_decimal = { version = "1.27.0" }
sqllogictest = "0.23.0"
sqllogictest = "0.24.0"
thiserror = "2.0.3"
tokio = { workspace = true }
wren-core = { path = "../core" }
Expand Down

0 comments on commit 1651ca6

Please sign in to comment.