From 5246bc74724236efc19dc40b489abc37b79760dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:49:38 +0000 Subject: [PATCH] build(deps): bump sqllogictest from 0.23.1 to 0.24.0 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](https://github.com/risinglightdb/sqllogictest-rs/compare/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] --- Cargo.lock | 4 ++-- exon/exon-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0e6f40..cf0ab547 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5109,9 +5109,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "sqllogictest" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f8b0fbdd5d7cb140384bcf8607d8dc52b9296c64654606be5986aa04526b069" +checksum = "48c03edcabfda1ab894cc63a115b9f014bfc6875916b850ab7498d3cb92daed9" dependencies = [ "async-trait", "educe", diff --git a/exon/exon-core/Cargo.toml b/exon/exon-core/Cargo.toml index ec73d22a..b0baa83e 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.23.1" +sqllogictest = "0.24.0" clap = { version = "4", features = ["derive", "env"] } criterion = { version = "0.5", features = ["async_tokio"] } rand = "0.8"