Skip to content

Commit c4f1816

Browse files
authored
Bump sqlformat to 0.2.0 (#2025)
Fixes #2024
1 parent c931cab commit c4f1816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ serde = { version = "1.0.132", features = ["derive", "rc"], optional = true }
156156
serde_json = { version = "1.0.73", features = ["raw_value"], optional = true }
157157
sha-1 = { version = "0.10.0", default-features = false, optional = true }
158158
sha2 = { version = "0.10.0", default-features = false, optional = true }
159-
sqlformat = "0.1.8"
159+
sqlformat = "0.2.0"
160160
thiserror = "1.0.30"
161161
time = { version = "0.3.2", features = ["macros", "formatting", "parsing"], optional = true }
162162
tokio-stream = { version = "0.1.8", features = ["fs"], optional = true }

0 commit comments

Comments
 (0)