From 28275a33d6eb85b858166333273683f4d8ff4154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jan 2022 12:26:08 -0700 Subject: [PATCH] Bump tempfile from 3.2.0 to 3.3.0 (#22401) * Bump tempfile from 3.2.0 to 3.3.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... 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 | 15 +++- bucket_map/Cargo.toml | 2 +- clap-utils/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- genesis/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 25 ++++--- replica-node/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- storage-bigtable/build-proto/Cargo.lock | 91 +++++++------------------ tokens/Cargo.toml | 2 +- 14 files changed, 63 insertions(+), 90 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d087a2dc11..b412061066 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,6 +1416,15 @@ dependencies = [ "ieee754", ] +[[package]] +name = "fastrand" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" +dependencies = [ + "instant", +] + [[package]] name = "fd-lock" version = "3.0.2" @@ -6484,13 +6493,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ "cfg-if 1.0.0", + "fastrand", "libc", - "rand 0.8.4", "redox_syscall 0.2.10", "remove_dir_all", "winapi 0.3.9", diff --git a/bucket_map/Cargo.toml b/bucket_map/Cargo.toml index 3c50fb9d31..3aa524f398 100644 --- a/bucket_map/Cargo.toml +++ b/bucket_map/Cargo.toml @@ -16,7 +16,7 @@ memmap2 = "0.5.0" log = { version = "0.4.11" } solana-measure = { path = "../measure", version = "=1.10.0" } rand = "0.7.0" -tempfile = "3.2.0" +tempfile = "3.3.0" [dev-dependencies] fs_extra = "1.2.0" diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index e5f9a22997..781e387909 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -22,7 +22,7 @@ url = "2.2.2" chrono = "0.4" [dev-dependencies] -tempfile = "3.2.0" +tempfile = "3.3.0" [lib] name = "solana_clap_utils" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5e52e88bd7..ad3536e232 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -49,7 +49,7 @@ tiny-bip39 = "0.8.2" [dev-dependencies] solana-streamer = { path = "../streamer", version = "=1.10.0" } solana-test-validator = { path = "../test-validator", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" [[bin]] name = "solana" diff --git a/core/Cargo.toml b/core/Cargo.toml index 5096db4b96..8959d83ab1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -54,7 +54,7 @@ solana-send-transaction-service = { path = "../send-transaction-service", versio solana-streamer = { path = "../streamer", version = "=1.10.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.10.0" } solana-vote-program = { path = "../programs/vote", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" thiserror = "1.0" solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0" } sys-info = "0.9.1" diff --git a/genesis/Cargo.toml b/genesis/Cargo.toml index c2ffbd9fb3..80a12e7b0f 100644 --- a/genesis/Cargo.toml +++ b/genesis/Cargo.toml @@ -25,7 +25,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-stake-program = { path = "../programs/stake", version = "=1.10.0" } solana-version = { path = "../version", version = "=1.10.0" } solana-vote-program = { path = "../programs/vote", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" [[bin]] name = "solana-genesis" diff --git a/install/Cargo.toml b/install/Cargo.toml index 59617c746e..ce32e042dc 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -32,7 +32,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-version = { path = "../version", version = "=1.10.0" } semver = "1.0.4" tar = "0.4.38" -tempfile = "3.2.0" +tempfile = "3.3.0" url = "2.2.2" [target."cfg(windows)".dependencies] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 24cd3af11e..edba6039e8 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -46,7 +46,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-storage-bigtable = { path = "../storage-bigtable", version = "=1.10.0" } solana-storage-proto = { path = "../storage-proto", version = "=1.10.0" } solana-vote-program = { path = "../programs/vote", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" thiserror = "1.0" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 771943fe94..895d6f081b 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -27,7 +27,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" } solana-stake-program = { path = "../programs/stake", version = "=1.10.0" } solana-streamer = { path = "../streamer", version = "=1.10.0" } solana-vote-program = { path = "../programs/vote", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" [dev-dependencies] assert_matches = "1.5.0" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index ad7b433acb..1dd6fbad65 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -951,6 +951,15 @@ dependencies = [ "synstructure", ] +[[package]] +name = "fastrand" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" +dependencies = [ + "instant", +] + [[package]] name = "feature-probe" version = "0.1.1" @@ -1853,7 +1862,7 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.8", + "redox_syscall 0.2.10", "smallvec", "winapi", ] @@ -2146,9 +2155,9 @@ checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" [[package]] name = "redox_syscall" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" +checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ "bitflags", ] @@ -2160,7 +2169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ "getrandom 0.2.1", - "redox_syscall 0.2.8", + "redox_syscall 0.2.10", ] [[package]] @@ -3841,14 +3850,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ "cfg-if 1.0.0", + "fastrand", "libc", - "rand 0.8.2", - "redox_syscall 0.2.8", + "redox_syscall 0.2.10", "remove_dir_all", "winapi", ] diff --git a/replica-node/Cargo.toml b/replica-node/Cargo.toml index e76faf2d7c..495dd6414e 100644 --- a/replica-node/Cargo.toml +++ b/replica-node/Cargo.toml @@ -34,7 +34,7 @@ solana-validator = { path = "../validator", version = "=1.10.0" } serial_test = "0.5.1" solana-core = { path = "../core", version = "=1.10.0" } solana-local-cluster = { path = "../local-cluster", version = "=1.10.0" } -tempfile = "3.2.0" +tempfile = "3.3.0" [package.metadata.docs.rs] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 788abc522d..a378e30693 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -51,7 +51,7 @@ solana-zk-token-proof-program = { path = "../programs/zk-token-proof", version = solana-zk-token-sdk = { path = "../zk-token-sdk", version = "=1.10.0" } symlink = "0.1.0" tar = "0.4.38" -tempfile = "3.2.0" +tempfile = "3.3.0" thiserror = "1.0" zstd = "0.9.2" diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index cdfe5d10d2..5aa523b0b3 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -53,23 +53,21 @@ version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" +[[package]] +name = "fastrand" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" +dependencies = [ + "instant", +] + [[package]] name = "fixedbitset" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" -[[package]] -name = "getrandom" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" -dependencies = [ - "cfg-if 1.0.0", - "libc", - "wasi", -] - [[package]] name = "hashbrown" version = "0.11.2" @@ -95,6 +93,15 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "instant" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +dependencies = [ + "cfg-if 1.0.0", +] + [[package]] name = "itertools" version = "0.10.3" @@ -147,12 +154,6 @@ dependencies = [ "indexmap", ] -[[package]] -name = "ppv-lite86" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea" - [[package]] name = "proc-macro2" version = "1.0.27" @@ -231,51 +232,11 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "rand" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" -dependencies = [ - "libc", - "rand_chacha", - "rand_core", - "rand_hc", -] - -[[package]] -name = "rand_chacha" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" -dependencies = [ - "ppv-lite86", - "rand_core", -] - -[[package]] -name = "rand_core" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" -dependencies = [ - "getrandom", -] - -[[package]] -name = "rand_hc" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" -dependencies = [ - "rand_core", -] - [[package]] name = "redox_syscall" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" +checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" dependencies = [ "bitflags", ] @@ -319,13 +280,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" +checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" dependencies = [ "cfg-if 1.0.0", + "fastrand", "libc", - "rand", "redox_syscall", "remove_dir_all", "winapi", @@ -375,12 +336,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" -[[package]] -name = "wasi" -version = "0.10.2+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" - [[package]] name = "which" version = "4.0.2" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 552126c925..42b8d6aff7 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -29,7 +29,7 @@ solana-transaction-status = { path = "../transaction-status", version = "=1.10.0 solana-version = { path = "../version", version = "=1.10.0" } spl-associated-token-account = { version = "=1.0.3" } spl-token = { version = "=3.2.0", features = ["no-entrypoint"] } -tempfile = "3.2.0" +tempfile = "3.3.0" thiserror = "1.0" [dev-dependencies]