chore: revert commit update flate2 version (#5706)" (#5715)

Revert "chore: update flate2 version (#5706)"

This reverts commit a5df3954f3.
This commit is contained in:
yihong
2025-03-17 20:16:26 +08:00
committed by GitHub
parent 2260782c12
commit 16fddd97a7
4 changed files with 11 additions and 28 deletions

View File

@@ -15,8 +15,8 @@ common-error.workspace = true
common-query.workspace = true
common-recordbatch.workspace = true
common-time.workspace = true
datatypes.workspace = true
flate2.workspace = true
datatypes = { workspace = true }
flate2 = "1.0"
hex = "0.4"
local-ip-address = "0.6"
mysql = { version = "25.0.1", default-features = false, features = ["minimal", "rustls-tls"] }
@@ -31,5 +31,5 @@ tar = "0.4"
tempfile.workspace = true
tinytemplate = "1.2"
tokio.workspace = true
tokio-postgres.workspace = true
tokio-postgres = { workspace = true }
tokio-stream.workspace = true