Skip to content

Commit

Permalink
build(deps): bump sqllogictest from 0.21.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.21.0 to 0.23.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.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent eafd610 commit f803735
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 50 deletions.
109 changes: 60 additions & 49 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 exon/exon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ regex = "1.10.6"

[dev-dependencies]
exon-test = { path = "../exon-test" }
sqllogictest = "0.21.0"
sqllogictest = "0.23.0"
clap = { version = "4", features = ["derive", "env"] }
criterion = { version = "0.5", features = ["async_tokio"] }
rand = "0.8"
Expand Down

0 comments on commit f803735

Please sign in to comment.