From d4ec8dd8e3503a68304d0d09dd551b17844417d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:30:14 +0000 Subject: [PATCH] Bump sqllogictest from 0.15.3 to 0.16.0 Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.15.3 to 0.16.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.15.3...v0.16.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dozer-tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27236e2d00..65cb75109a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7665,9 +7665,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.15.3" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee18b0100bc1e1a6d1f9aa242b263c34d3f475f3a2de49da2affa6c00223a2ec" +checksum = "fdb55b694f215770eafbfeb83ea5bf5618f2a29d55c54c464d12850fb4a9f75c" dependencies = [ "async-trait", "educe", diff --git a/dozer-tests/Cargo.toml b/dozer-tests/Cargo.toml index 6b0ecb9a13..b16b25c5f9 100644 --- a/dozer-tests/Cargo.toml +++ b/dozer-tests/Cargo.toml @@ -54,7 +54,7 @@ sqlparser = {git = "https://github.com/getdozer/sqlparser-rs.git" } rusqlite = { version = "0.28.0", features = ["bundled", "column_decltype"] } csv = "1.2" tempdir = "0.3.7" -sqllogictest = "0.15.3" +sqllogictest = "0.16.0" libtest-mimic = "0.6.1" [features]