diff --git a/Cargo.lock b/Cargo.lock index 65acdd5eb..b03cc89ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8226,9 +8226,9 @@ dependencies = [ [[package]] name = "sqllogictest" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "004809e4710d743a13eb2975fb6a1498da76157e19ad059d595d032e6a50e30b" +checksum = "b8518892e5e36bfa90163e53c4e4f36a388e0afa1cd6a3de0614253b3c9029c7" dependencies = [ "async-trait", "educe", diff --git a/crates/slt/Cargo.toml b/crates/slt/Cargo.toml index 57c752e49..79cd729dc 100644 --- a/crates/slt/Cargo.toml +++ b/crates/slt/Cargo.toml @@ -30,7 +30,7 @@ telemetry = { path = "../telemetry" } tokio-postgres = "0.7.8" glob = "0.3.1" regex = "1.10.4" -sqllogictest = "0.19.1" +sqllogictest = "0.20.0" uuid = { version = "1.8", features = ["v4", "fast-rng", "macro-diagnostics"] } walkdir = "2.5.0" once_cell = "1.19.0"