From dbb98d933f22a2b55619c8597ae7b84b5b68c0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 18:42:16 +0000 Subject: [PATCH] chore(deps): 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 ++-- src/tests/simulation/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e73822d5a77d..3e40d59688dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8614,9 +8614,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/src/tests/simulation/Cargo.toml b/src/tests/simulation/Cargo.toml index ab9201e6ddd3f..fe5a42a353d99 100644 --- a/src/tests/simulation/Cargo.toml +++ b/src/tests/simulation/Cargo.toml @@ -44,7 +44,7 @@ risingwave_sqlsmith = { workspace = true } serde = "1.0.188" serde_derive = "1.0.188" serde_json = "1.0.107" -sqllogictest = "0.15.3" +sqllogictest = "0.16.0" tempfile = "3" tokio = { version = "0.2.23", package = "madsim-tokio" } tokio-postgres = "0.7"