From fa337571bc74ebf20ec76b91eb2280926fda7e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:24:05 +0000 Subject: [PATCH] build(deps): bump sqllogictest from 0.24.0 to 0.28.0 Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.24.0 to 0.28.0. - [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases) - [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/risinglightdb/sqllogictest-rs/compare/v0.24.0...v0.28.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- exon/exon-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbda1545..54d19f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5175,9 +5175,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "sqllogictest" -version = "0.24.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c03edcabfda1ab894cc63a115b9f014bfc6875916b850ab7498d3cb92daed9" +checksum = "17b2f0b80fc250ed3fdd82fc88c0ada5ad62ee1ed5314ac5474acfa52082f518" dependencies = [ "async-trait", "educe", @@ -5189,6 +5189,7 @@ dependencies = [ "libtest-mimic", "md-5", "owo-colors", + "rand", "regex", "similar", "subst", diff --git a/exon/exon-core/Cargo.toml b/exon/exon-core/Cargo.toml index 8f04eced..b6802c2f 100644 --- a/exon/exon-core/Cargo.toml +++ b/exon/exon-core/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.10.6" [dev-dependencies] exon-test = { path = "../exon-test" } -sqllogictest = "0.24.0" +sqllogictest = "0.28.0" clap = { version = "4", features = ["derive", "env"] } criterion = { version = "0.5", features = ["async_tokio"] } rand = "0.8"