From eaa52bc935a0d1a0fed67f18b58f1fd555ea907f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Jan 2022 22:21:56 +0000 Subject: [PATCH] Bump zstd from 0.9.1+zstd.1.5.1 to 0.9.2+zstd.1.5.1 (#22388) * Bump zstd from 0.9.1+zstd.1.5.1 to 0.9.2+zstd.1.5.1 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.9.1+zstd.1.5.1 to 0.9.2+zstd.1.5.1. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: zstd 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 | 8 ++++---- account-decoder/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 8 ++++---- runtime/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00dd785f78..6b5a43db5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7654,18 +7654,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.9.1+zstd.1.5.1" +version = "0.9.2+zstd.1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "538b8347df9257b7fbce37677ef7535c00a3c7bf1f81023cc328ed7fe4b41de8" +checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "4.1.2+zstd.1.5.1" +version = "4.1.3+zstd.1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb4cfe2f6e6d35c5d27ecd9d256c4b6f7933c4895654917460ec56c29336cc1" +checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79" dependencies = [ "libc", "zstd-sys", diff --git a/account-decoder/Cargo.toml b/account-decoder/Cargo.toml index 1f6a931d43..5a486b6fba 100644 --- a/account-decoder/Cargo.toml +++ b/account-decoder/Cargo.toml @@ -24,7 +24,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-vote-program = { path = "../programs/vote", version = "=1.10.0" } spl-token = { version = "=3.2.0", features = ["no-entrypoint"] } thiserror = "1.0" -zstd = "0.9.1" +zstd = "0.9.2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 07d3ea6041..f258a3296e 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -4477,18 +4477,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.9.1+zstd.1.5.1" +version = "0.9.2+zstd.1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "538b8347df9257b7fbce37677ef7535c00a3c7bf1f81023cc328ed7fe4b41de8" +checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "4.1.2+zstd.1.5.1" +version = "4.1.3+zstd.1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb4cfe2f6e6d35c5d27ecd9d256c4b6f7933c4895654917460ec56c29336cc1" +checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79" dependencies = [ "libc", "zstd-sys", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c534fb6add..788abc522d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -53,7 +53,7 @@ symlink = "0.1.0" tar = "0.4.38" tempfile = "3.2.0" thiserror = "1.0" -zstd = "0.9.1" +zstd = "0.9.2" [lib] crate-type = ["lib"] diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index effd7b7d21..4f148a89f7 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -28,7 +28,7 @@ solana-storage-proto = { path = "../storage-proto", version = "=1.10.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" } thiserror = "1.0" tonic = { version = "0.6.2", features = ["tls", "transport"] } -zstd = "0.9.1" +zstd = "0.9.2" # openssl is a dependency of the goauth and smpl_jwt crates, but explicitly # declare it here as well to activate the "vendored" feature that builds OpenSSL