diff --git a/Cargo.lock b/Cargo.lock index fe01d18126c68..7eae300c6ed9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,9 +372,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2d0cfb2a7388d34f590e76686704c494ed7aaceed62ee1ba35cbf363abc2a5" +checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" dependencies = [ "flate2", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 91b2d21e63608..d9aac60c86225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-ingester # External libs arc-swap = { version = "1.6", default-features = false, optional = true } -async-compression = { version = "0.4.5", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } +async-compression = { version = "0.4.6", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } apache-avro = { version = "0.16.0", default-features = false, optional = true } axum = { version = "0.6.20", default-features = false } base64 = { version = "0.21.7", default-features = false, optional = true }