diff --git a/Cargo.lock b/Cargo.lock index 3fa9f81..ed1d46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "bytesize" diff --git a/Cargo.toml b/Cargo.toml index c3b71db..a034361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing = { version = "0.1.37", features = ["release_max_level_debug"] } tracing-core = "0.1.30" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } futures-util = { version = "0.3.30", default-features = false, features = ["std"] } -bytes = "1.6.0" +bytes = "1.6.1" flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false } object_store = { version = "0.10.1", features = ["aws", "gcp", "azure"] } async-trait = "0.1.80"