From b65ee9c3f4d915dc91ffd3103388a9b0bcc2cea0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Marcos=20P=2E=20Bezerra?= Date: Mon, 26 Aug 2024 05:28:22 -0300 Subject: [PATCH] bump bzip3 version to 0.9.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97cc31c..caf9997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "bzip3" -version = "0.8.3" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a396e70a91080ca308fe4d37ebf2d15b444beef3b53853d9e36110b3a331e82e" +checksum = "e908c8163856f1138894e7bce70d2ae79c2d9a19a515dfe96e10888a839aa10c" dependencies = [ "byteorder", "bytesize", @@ -831,9 +831,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libbzip3-sys" -version = "0.3.3+1.3.2" +version = "0.4.0+1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb2f193373a540601f16a3375d351d685e4ca288c766fe35ce035874c2711f1" +checksum = "001a0e4d146f247a741755ebc538d592b3603923df85d6e4472e4268822b5d6b" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 39d0e27..3c34e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ atty = "0.2.14" bstr = { version = "1.10.0", default-features = false, features = ["std"] } bytesize = "1.3.0" bzip2 = "0.4.4" -bzip3 = { version = "0.8.3", features = ["bundled"] } +bzip3 = { version = "0.9.0", features = ["bundled"] } clap = { version = "4.5.20", features = ["derive", "env"] } filetime_creation = "0.2" flate2 = { version = "1.0.30", default-features = false } -- 2.11.4.GIT