From c4f1816f76501be7bdb39a828f9984a1b7ada32c Mon Sep 17 00:00:00 2001 From: NSMustache <61546439+NSMustache@users.noreply.github.com> Date: Mon, 8 Aug 2022 22:34:56 +0100 Subject: [PATCH] Bump sqlformat to 0.2.0 (#2025) Fixes #2024 --- sqlx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index b6cb2e8a..65f5d50f 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -156,7 +156,7 @@ serde = { version = "1.0.132", features = ["derive", "rc"], optional = true } serde_json = { version = "1.0.73", features = ["raw_value"], optional = true } sha-1 = { version = "0.10.0", default-features = false, optional = true } sha2 = { version = "0.10.0", default-features = false, optional = true } -sqlformat = "0.1.8" +sqlformat = "0.2.0" thiserror = "1.0.30" time = { version = "0.3.2", features = ["macros", "formatting", "parsing"], optional = true } tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }