Skip to content

Commit

Permalink
chore(modeling-rs-deps): update sqllogictest requirement (#789)
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.22.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.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 1da1eda commit 582ba9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-modeling-rs/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ datafusion = { workspace = true }
half = { version = "2.4.1", default-features = true }
log = { workspace = true }
rust_decimal = { version = "1.27.0" }
sqllogictest = "0.21.0"
sqllogictest = "0.22.0"
thiserror = "1.0.61"
tokio = { workspace = true }
wren-core = { path = "../core" }
Expand Down

0 comments on commit 582ba9b

Please sign in to comment.