From e51174e0579ee877cf95b985d9d081c4e414bb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:09:13 +0000 Subject: [PATCH] Bump sqllogictest from 0.17.0 to 0.17.1 (#2106) Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.17.0 to 0.17.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.17.0...v0.17.1) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dozer-tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 924781c0cb..76d7188fc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7786,9 +7786,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c711f88532f6c84d912ecd2ae9d8bdf48c4780ee88d257e0301dbfb151a1b033" +checksum = "4a1e74af2f280e063ed8346f0b1bec1403dc3540e90e7f3fed54f96cadc64fed" dependencies = [ "async-trait", "educe", diff --git a/dozer-tests/Cargo.toml b/dozer-tests/Cargo.toml index 7f865df08e..19a7ff4be9 100644 --- a/dozer-tests/Cargo.toml +++ b/dozer-tests/Cargo.toml @@ -55,7 +55,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.17.0" +sqllogictest = "0.17.1" libtest-mimic = "0.6.1" [features]