From 29af42f428b0e1d868f9811697750eb94849f4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:31:14 -0600 Subject: [PATCH] chore: bump zstd from 0.11.0+zstd.1.5.2 to 0.11.1+zstd.1.5.2 (#23679) * chore: bump zstd from 0.11.0+zstd.1.5.2 to 0.11.1+zstd.1.5.2 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.11.0+zstd.1.5.2 to 0.11.1+zstd.1.5.2. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/commits) --- 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 | 12 ++++++------ account-decoder/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 12 ++++++------ runtime/Cargo.toml | 2 +- storage-bigtable/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5b030e3c..be4037ed7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7451,18 +7451,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.11.0+zstd.1.5.2" +version = "0.11.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c2ae3d536c6f877ff0ddcad1935ee0135809b744105a69b0c773ec5512b853e" +checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "5.0.0+zstd.1.5.2" +version = "5.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5b425ac5cd50820af66e860434dd74e118b920a7777ed70c72cc09ac682fa16" +checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae" dependencies = [ "libc", "zstd-sys", @@ -7470,9 +7470,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.0+zstd.1.5.2" +version = "2.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab0ea89a91ad628fca266da6c2864366d93dbc4b3008b9ab2d63be89da414b4" +checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" dependencies = [ "cc", "libc", diff --git a/account-decoder/Cargo.toml b/account-decoder/Cargo.toml index 664d75467..db662b890 100644 --- a/account-decoder/Cargo.toml +++ b/account-decoder/Cargo.toml @@ -24,7 +24,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.3" } solana-vote-program = { path = "../programs/vote", version = "=1.10.3" } spl-token = { version = "=3.2.0", features = ["no-entrypoint"] } thiserror = "1.0" -zstd = "0.11.0" +zstd = "0.11.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 7cfca6639..c465bedab 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -4679,18 +4679,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.11.0+zstd.1.5.2" +version = "0.11.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c2ae3d536c6f877ff0ddcad1935ee0135809b744105a69b0c773ec5512b853e" +checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "5.0.0+zstd.1.5.2" +version = "5.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5b425ac5cd50820af66e860434dd74e118b920a7777ed70c72cc09ac682fa16" +checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae" dependencies = [ "libc", "zstd-sys", @@ -4698,9 +4698,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.0+zstd.1.5.2" +version = "2.0.1+zstd.1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ab0ea89a91ad628fca266da6c2864366d93dbc4b3008b9ab2d63be89da414b4" +checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" dependencies = [ "cc", "libc", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c51945a9d..0ef99b281 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -55,7 +55,7 @@ symlink = "0.1.0" tar = "0.4.38" tempfile = "3.3.0" thiserror = "1.0" -zstd = "0.11.0" +zstd = "0.11.1" [lib] crate-type = ["lib"] diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 0274a5ca8..20d2b1d38 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -28,7 +28,7 @@ solana-storage-proto = { path = "../storage-proto", version = "=1.10.3" } solana-transaction-status = { path = "../transaction-status", version = "=1.10.3" } thiserror = "1.0" tonic = { version = "0.6.2", features = ["tls", "transport"] } -zstd = "0.11.0" +zstd = "0.11.1" # 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