From ce252fbc020515e6a6d78ad6e698b60fa6eb56ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:21:28 +0000 Subject: [PATCH] build(deps): bump sqllogictest from 0.24.0 to 0.27.1 Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.24.0 to 0.27.1. - [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.27.1) --- 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..45c8b3cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5175,9 +5175,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "sqllogictest" -version = "0.24.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c03edcabfda1ab894cc63a115b9f014bfc6875916b850ab7498d3cb92daed9" +checksum = "07a06aea5e52b0a63b9d8328b46ea2740cdab4cac13def8ef4f2e5288610f9ed" 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..9fca99e4 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.27.1" clap = { version = "4", features = ["derive", "env"] } criterion = { version = "0.5", features = ["async_tokio"] } rand = "0.8"