From 27978c4d0ce1f8605743167fa1c32fdb62703d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 23:15:46 -0600 Subject: [PATCH] chore: bump flate2 from 1.0.23 to 1.0.24 (#25636) * chore: bump flate2 from 1.0.23 to 1.0.24 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.23 to 1.0.24. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/commits) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 6 ++---- programs/bpf/Cargo.lock | 6 ++---- runtime/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7af86a8df2..41bbb39105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1403,13 +1403,11 @@ checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" [[package]] name = "flate2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ - "cfg-if 1.0.0", "crc32fast", - "libc", "miniz_oxide", ] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 7e6ca57508..9a2265217f 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1211,13 +1211,11 @@ checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e" [[package]] name = "flate2" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af" +checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6" dependencies = [ - "cfg-if 1.0.0", "crc32fast", - "libc", "miniz_oxide", ] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9d548e76cd..124800efe9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -20,7 +20,7 @@ bzip2 = "0.4.3" crossbeam-channel = "0.5" dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } dir-diff = "0.3.2" -flate2 = "1.0.23" +flate2 = "1.0.24" fnv = "1.0.7" im = { version = "15.1.0", features = ["rayon", "serde"] } index_list = "0.2.7" diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index e3fbe8a61d..3d092f13d6 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -14,7 +14,7 @@ backoff = { version = "0.4.0", features = ["tokio"] } bincode = "1.3.3" bzip2 = "0.4.3" enum-iterator = "0.8.1" -flate2 = "1.0.23" +flate2 = "1.0.24" futures = "0.3.21" goauth = "0.13.0" log = "0.4.17"