Skip to content

Commit

Permalink
Bump sqllogictest from 0.16.0 to 0.17.0 (#2056)
Browse files Browse the repository at this point in the history
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.16.0 to 0.17.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.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: sqllogictest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 20, 2023
1 parent 79bfd28 commit 3ee2bab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dozer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sqlparser = {git = "https://github.com/getdozer/sqlparser-rs.git" }
rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype"] }
csv = "1.2"
tempdir = "0.3.7"
sqllogictest = "0.16.0"
sqllogictest = "0.17.0"
libtest-mimic = "0.6.1"

[features]
Expand Down

0 comments on commit 3ee2bab

Please sign in to comment.