From 3ee2bab776ead61e87267b3a68bbfcd2f29e60d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 03:17:19 +0000 Subject: [PATCH] Bump sqllogictest from 0.16.0 to 0.17.0 (#2056) Bumps [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) from 0.16.0 to 0.17.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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: sqllogictest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 15 +++++++++++++-- dozer-tests/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76dde400e2..bcff98cebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7661,9 +7661,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdb55b694f215770eafbfeb83ea5bf5618f2a29d55c54c464d12850fb4a9f75c" +checksum = "c711f88532f6c84d912ecd2ae9d8bdf48c4780ee88d257e0301dbfb151a1b033" dependencies = [ "async-trait", "educe", @@ -7677,6 +7677,7 @@ dependencies = [ "owo-colors", "regex", "similar", + "subst", "tempfile", "thiserror", "tracing", @@ -7797,6 +7798,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "subst" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca1318e5d6716d6541696727c88d9b8dfc8cfe6afd6908e186546fd4af7f5b98" +dependencies = [ + "memchr", + "unicode-width", +] + [[package]] name = "subtle" version = "2.4.1" diff --git a/dozer-tests/Cargo.toml b/dozer-tests/Cargo.toml index 9c505132bb..8a8632b607 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.16.0" +sqllogictest = "0.17.0" libtest-mimic = "0.6.1" [features]