diff --git a/Cargo.lock b/Cargo.lock index daa1ef6..20be1dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3225,9 +3225,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index 42971ca..34d08d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ 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" -zstd = "0.13.1" +zstd = "0.13.2" human-duration = "0.1.0" bytesize = "1.3.0" log = "0.4.21"