diff --git a/Cargo.lock b/Cargo.lock index b768890593239..5b94f0a361487 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,9 +397,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" +checksum = "d495b6dc0184693324491a5ac05f559acc97bf937ab31d7a1c33dd0016be6d2b" dependencies = [ "flate2", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index e11526a1675b5..e05fe6fade3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -245,7 +245,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-client-r # External libs arc-swap = { version = "1.6", default-features = false, optional = true } -async-compression = { version = "0.4.1", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } +async-compression = { version = "0.4.2", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } apache-avro = { version = "0.15.0", default-features = false, optional = true } axum = { version = "0.6.20", default-features = false } base64 = { version = "0.21.3", default-features = false, optional = true }