From 8a119c14832331334038626bae80e5d2927f7c94 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 11 Oct 2020 09:41:20 -0700 Subject: [PATCH] Bump reqwest/rayon to get past `cargo audit` --- cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 4 ++-- crate-features/Cargo.toml | 3 +-- dos/Cargo.toml | 2 +- download-utils/Cargo.toml | 2 +- install/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- notifier/Cargo.toml | 2 +- ramp-tps/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 12 files changed, 13 insertions(+), 14 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 08411006c2..727220285c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ indicatif = "0.15.0" humantime = "2.0.1" num-traits = "0.2" pretty-hex = "0.1.1" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.112" serde_derive = "1.0.103" serde_json = "1.0.56" diff --git a/client/Cargo.toml b/client/Cargo.toml index 3cbb48f15f..2d08fa7fec 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -17,7 +17,7 @@ indicatif = "0.15.0" jsonrpc-core = "15.0.0" log = "0.4.8" rayon = "1.4.0" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.112" serde_derive = "1.0.103" serde_json = "1.0.56" diff --git a/core/Cargo.toml b/core/Cargo.toml index 933e6b87dc..f70c1c501b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -39,7 +39,7 @@ num-traits = "0.2" rand = "0.7.0" rand_chacha = "0.2.2" raptorq = "1.4.2" -rayon = "1.4.0" +rayon = "1.4.1" regex = "1.3.9" serde = "1.0.112" serde_derive = "1.0.103" @@ -79,7 +79,7 @@ trees = "0.2.1" [dev-dependencies] matches = "0.1.6" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serial_test = "0.4.0" serial_test_derive = "0.4.0" systemstat = "0.1.5" diff --git a/crate-features/Cargo.toml b/crate-features/Cargo.toml index 3b14703bdf..7dade2f2cc 100644 --- a/crate-features/Cargo.toml +++ b/crate-features/Cargo.toml @@ -14,12 +14,11 @@ bytes = { version = "0.4.12", features = ["either"] } cc = { version = "1.0.45", features = ["jobserver", "num_cpus", "parallel"]} curve25519-dalek = { version = "2" } either= { version = "1.5.2" } -failure = { version = "0.1.5" } lazy_static = { version = "1.4.0", features = ["spin", "spin_no_std"] } libc = { version = "0.2.62", features = ["extra_traits"] } rand_chacha = { version = "0.2.2" } regex-syntax = { version = "0.6.12" } -reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = { version = "1.0.100", features = ["rc"] } ed25519-dalek = { version = "=1.0.0-pre.4", features = ["serde"] } syn_0_15 = { package = "syn", version = "0.15.42", features = ["extra-traits", "fold", "full"] } diff --git a/dos/Cargo.toml b/dos/Cargo.toml index 3e03b2beb8..515452b27e 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -13,7 +13,7 @@ bincode = "1.3.1" clap = "2.33.1" log = "0.4.8" rand = "0.7.0" -rayon = "1.4.0" +rayon = "1.4.1" solana-clap-utils = { path = "../clap-utils", version = "1.5.0" } solana-core = { path = "../core", version = "1.5.0" } solana-ledger = { path = "../ledger", version = "1.5.0" } diff --git a/download-utils/Cargo.toml b/download-utils/Cargo.toml index 75a822b1ac..12583052a7 100644 --- a/download-utils/Cargo.toml +++ b/download-utils/Cargo.toml @@ -13,7 +13,7 @@ bzip2 = "0.3.3" console = "0.11.3" indicatif = "0.15.0" log = "0.4.8" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "1.5.0" } solana-runtime = { path = "../runtime", version = "1.5.0" } tar = "0.4.28" diff --git a/install/Cargo.toml b/install/Cargo.toml index d7a4d10a35..110ff2ac00 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -20,7 +20,7 @@ dirs = "2.0.2" indicatif = "0.15.0" lazy_static = "1.4.0" nix = "0.17.0" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.112" serde_derive = "1.0.103" serde_yaml = "0.8.13" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 8677eb519e..38f7f583cb 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -26,7 +26,7 @@ log = { version = "0.4.8" } num_cpus = "1.13.0" rand = "0.7.0" rand_chacha = "0.2.2" -rayon = "1.4.0" +rayon = "1.4.1" reed-solomon-erasure = { version = "4.0.2", features = ["simd-accel"] } serde = "1.0.112" serde_bytes = "0.11.4" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 2f9a11bced..f91e82e249 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -13,7 +13,7 @@ env_logger = "0.7.1" gethostname = "0.2.1" lazy_static = "1.4.0" log = "0.4.8" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "1.5.0" } [dev-dependencies] diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index e5df1fa7a8..e9704b8186 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] log = "0.4.8" -reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.8", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0" [lib] diff --git a/ramp-tps/Cargo.toml b/ramp-tps/Cargo.toml index 46afcecd86..d5d4805a60 100644 --- a/ramp-tps/Cargo.toml +++ b/ramp-tps/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bzip2 = "0.3.3" clap = "2.33.1" log = "0.4.8" -reqwest = { version = "0.10.6", default-features = false } +reqwest = { version = "0.10.8", default-features = false } serde = "1.0.112" serde_json = "1.0.56" serde_yaml = "0.8.13" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index df341ae882..9ce32dc3ac 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -29,7 +29,7 @@ num-derive = { version = "0.3" } num-traits = { version = "0.2" } num_cpus = "1.13.0" rand = "0.7.0" -rayon = "1.4.0" +rayon = "1.4.1" regex = "1.3.9" serde = { version = "1.0.112", features = ["rc"] } serde_derive = "1.0.103"