From 864a7d8d6f050afa8addb3063a571daeec584eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:08:22 -0700 Subject: [PATCH] Bump bzip2 from 0.4.3 to 0.4.4 (#29630) * Bump bzip2 from 0.4.3 to 0.4.4 Bumps [bzip2](https://github.com/alexcrichton/bzip2-rs) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/alexcrichton/bzip2-rs/releases) - [Commits](https://github.com/alexcrichton/bzip2-rs/commits/0.4.4) --- updated-dependencies: - dependency-name: bzip2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- install/Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- sdk/cargo-build-sbf/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0bf47ac0..c191b66e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -730,9 +730,9 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70" [[package]] name = "bzip2" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0" +checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" dependencies = [ "bzip2-sys", "libc", diff --git a/install/Cargo.toml b/install/Cargo.toml index 9cda2da45..c959457c9 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-install" [dependencies] atty = "0.2.11" bincode = "1.3.3" -bzip2 = "0.4.3" +bzip2 = "0.4.4" chrono = { version = "0.4.22", features = ["serde"] } clap = { version = "2.33.1" } console = "0.15.0" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 253330abe..2af17feee 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -683,9 +683,9 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bzip2" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0" +checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" dependencies = [ "bzip2-sys", "libc", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 11c32165c..d309139bf 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -16,7 +16,7 @@ blake3 = "1.3.1" bv = { version = "0.11.1", features = ["serde"] } bytemuck = "1.11.0" byteorder = "1.4.3" -bzip2 = "0.4.3" +bzip2 = "0.4.4" crossbeam-channel = "0.5" dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } dir-diff = "0.3.2" diff --git a/sdk/cargo-build-sbf/Cargo.toml b/sdk/cargo-build-sbf/Cargo.toml index f0e7c6e80..c089af2d6 100644 --- a/sdk/cargo-build-sbf/Cargo.toml +++ b/sdk/cargo-build-sbf/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" publish = false [dependencies] -bzip2 = "0.4.3" +bzip2 = "0.4.4" cargo_metadata = "0.15.0" clap = { version = "3.1.5", features = ["cargo", "env"] } log = { version = "0.4.17", features = ["std"] } diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index a17e85e26..d76a31d2b 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" backoff = { version = "0.4.0", features = ["tokio"] } bincode = "1.3.3" bytes = "1.2" -bzip2 = "0.4.3" +bzip2 = "0.4.4" enum-iterator = "1.2.0" flate2 = "1.0.24" futures = "0.3.24"