Skip to content

Commit

Permalink
build(deps): bump sqllogictest from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.23.1 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.1...v0.24.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 Dec 23, 2024
1 parent aa2c313 commit 5246bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 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.23.1"
sqllogictest = "0.24.0"
clap = { version = "4", features = ["derive", "env"] }
criterion = { version = "0.5", features = ["async_tokio"] }
rand = "0.8"
Expand Down

0 comments on commit 5246bc7

Please sign in to comment.