diff --git a/Cargo.lock b/Cargo.lock index a73408f2167bd..d20488efe04a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,9 +359,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86a9249d1447a85f95810c620abea82e001fe58a31713fcce614caf52499f905" +checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60" dependencies = [ "flate2", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index b3913dcfb3239..247002ef91dd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -254,7 +254,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-ingester # External libs arc-swap = { version = "1.7", default-features = false, optional = true } -async-compression = { version = "0.4.7", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } +async-compression = { version = "0.4.8", 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.22.0", default-features = false, optional = true }