From fd60ef78eb3144a97431a5220b10c5623e136e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 14:30:30 -0600 Subject: [PATCH] chore: bump flate2 from 1.0.21 to 1.0.22 (#19863) * chore: bump flate2 from 1.0.21 to 1.0.22 Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.21 to 1.0.22. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.21...1.0.22) --- 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 | 4 ++-- programs/bpf/Cargo.lock | 4 ++-- runtime/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe18c4c37348b1..4fe44d24fc57dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,9 +1412,9 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" [[package]] name = "flate2" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811" +checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" dependencies = [ "cfg-if 1.0.0", "crc32fast", diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 4c2bd50251659a..972f1f7d6ba090 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -847,9 +847,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811" +checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" dependencies = [ "cfg-if 1.0.0", "crc32fast", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 090a1812f36bb2..8f6c8af284a6e1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -19,7 +19,7 @@ bzip2 = "0.4.3" dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } crossbeam-channel = "0.5" dir-diff = "0.3.2" -flate2 = "1.0.21" +flate2 = "1.0.22" fnv = "1.0.7" itertools = "0.10.1" lazy_static = "1.4.0" diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index b521eb3792e0cc..d8079047b1d901 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -14,7 +14,7 @@ backoff = { version = "0.3.0", features = ["tokio"] } bincode = "1.3.3" bzip2 = "0.4.3" enum-iterator = "0.7.0" -flate2 = "1.0.21" +flate2 = "1.0.22" goauth = "0.10.0" log = "0.4.14" prost = "0.8.0"