From b664483aba9b63eecb03e8f3df0c38b257420491 Mon Sep 17 00:00:00 2001 From: Alex Chi Date: Wed, 16 Nov 2022 22:28:58 -0500 Subject: [PATCH] upgrade libtest-mimic (#101) Signed-off-by: Alex Chi Signed-off-by: Alex Chi --- sqllogictest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqllogictest/Cargo.toml b/sqllogictest/Cargo.toml index b0d49f8..52cb782 100644 --- a/sqllogictest/Cargo.toml +++ b/sqllogictest/Cargo.toml @@ -18,4 +18,4 @@ tracing = "0.1" tempfile = "3" thiserror = "1" futures = "0.3" -libtest-mimic = "0.5" +libtest-mimic = "0.6"