From 8e1e57a181a20621c76ec59bcbd1ad6ed99d672e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 14:17:58 -0600 Subject: [PATCH] chore: bump tar from 0.4.28 to 0.4.35 (#17666) * chore: bump tar from 0.4.28 to 0.4.35 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.28 to 0.4.35. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.28...0.4.35) --- updated-dependencies: - dependency-name: tar 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 | 5 ++--- download-utils/Cargo.toml | 2 +- install/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 5 ++--- runtime/Cargo.toml | 2 +- sdk/cargo-build-bpf/Cargo.toml | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b3dc0fd2..dfff61f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5897,13 +5897,12 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.28" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c058ad0bd6ccb84faa24cc44d4fc99bee8a5d7ba9ff33aa4d993122d1aeeac2" +checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" dependencies = [ "filetime", "libc", - "redox_syscall 0.1.56", "xattr", ] diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 801cef581..bcb65f6f3 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.11" reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "=1.8.0" } solana-runtime = { path = "../runtime", version = "=1.8.0" } -tar = "0.4.28" +tar = "0.4.35" [lib] crate-type = ["lib"] diff --git a/install/Cargo.toml b/install/Cargo.toml index 875c616c7..0b6e4dad0 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -32,7 +32,7 @@ solana-logger = { path = "../logger", version = "=1.8.0" } solana-sdk = { path = "../sdk", version = "=1.8.0" } solana-version = { path = "../version", version = "=1.8.0" } semver = "0.9.0" -tar = "0.4.28" +tar = "0.4.35" tempfile = "3.2.0" url = "2.1.1" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b0a71dc50..4d5503389 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -3777,13 +3777,12 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.29" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8a4c1d0bee3230179544336c15eefb563cf0302955d962e456542323e8c2e8a" +checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" dependencies = [ "filetime", "libc", - "redox_syscall 0.1.56", "xattr", ] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index ab5b7d3db..94630b270 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -48,7 +48,7 @@ solana-stake-program = { path = "../programs/stake", version = "=1.8.0" } solana-vote-program = { path = "../programs/vote", version = "=1.8.0" } solana-secp256k1-program = { path = "../programs/secp256k1", version = "=1.8.0" } symlink = "0.1.0" -tar = "0.4.28" +tar = "0.4.35" tempfile = "3.2.0" thiserror = "1.0" zstd = "0.5.1" diff --git a/sdk/cargo-build-bpf/Cargo.toml b/sdk/cargo-build-bpf/Cargo.toml index 4dc676aa2..7e2e46cb6 100644 --- a/sdk/cargo-build-bpf/Cargo.toml +++ b/sdk/cargo-build-bpf/Cargo.toml @@ -16,7 +16,7 @@ regex = "1.4.5" cargo_metadata = "0.12.0" solana-sdk = { path = "..", version = "=1.8.0" } solana-download-utils = { path = "../../download-utils", version = "=1.8.0" } -tar = "0.4.28" +tar = "0.4.35" [features] program = []