diff --git a/Cargo.lock b/Cargo.lock index d10098fddf..29e7263acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,15 +711,6 @@ dependencies = [ "memchr 2.3.3", ] -[[package]] -name = "ct-logs" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113" -dependencies = [ - "sct", -] - [[package]] name = "ctrlc" version = "3.1.4" @@ -1545,7 +1536,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08" dependencies = [ "bytes 0.5.4", - "ct-logs", "futures-util", "hyper 0.13.5", "log 0.4.8", @@ -1553,7 +1543,6 @@ dependencies = [ "tokio 0.2.21", "tokio-rustls", "webpki", - "webpki-roots", ] [[package]] @@ -3134,9 +3123,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be79e8610ce0c2d646aa03bff67653f76d394c4e0a5e7bc255007008fcc6ba8" +checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680" dependencies = [ "base64 0.12.1", "bytes 0.5.4", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 94d8d41da7..e654722269 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ indicatif = "0.14.0" humantime = "2.0.0" num-traits = "0.2" pretty-hex = "0.1.1" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.111" serde_derive = "1.0.103" serde_json = "1.0.53" diff --git a/client/Cargo.toml b/client/Cargo.toml index 7959ee56f4..1514277514 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,7 +15,7 @@ indicatif = "0.14.0" jsonrpc-core = "14.1.0" log = "0.4.8" rayon = "1.3.0" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.111" serde_derive = "1.0.103" serde_json = "1.0.53" diff --git a/core/Cargo.toml b/core/Cargo.toml index 763e694bb3..5f0eeeb5ad 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -75,7 +75,7 @@ trees = "0.2.1" [dev-dependencies] matches = "0.1.6" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", 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/download-utils/Cargo.toml b/download-utils/Cargo.toml index 28c575b851..6c2fe5a5b2 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.14.0" log = "0.4.8" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "1.3.0" } solana-ledger = { path = "../ledger", version = "1.3.0" } tar = "0.4.28" diff --git a/install/Cargo.toml b/install/Cargo.toml index c7abc11f7d..a86bf8a7f7 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -20,7 +20,7 @@ dirs = "2.0.2" indicatif = "0.14.0" lazy_static = "1.4.0" nix = "0.17.0" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde = "1.0.111" serde_derive = "1.0.103" serde_yaml = "0.8.12" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 32fc4e4827..36dbc5c5bc 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.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } solana-sdk = { path = "../sdk", version = "1.3.0" } [dev-dependencies] diff --git a/notifier/Cargo.toml b/notifier/Cargo.toml index 5d7a8d0bc0..3edd27b13a 100644 --- a/notifier/Cargo.toml +++ b/notifier/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] log = "0.4.8" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde_json = "1.0" [lib] diff --git a/programs/btc_spv_bin/Cargo.toml b/programs/btc_spv_bin/Cargo.toml index 19fed5811f..ace5074822 100644 --- a/programs/btc_spv_bin/Cargo.toml +++ b/programs/btc_spv_bin/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] clap="2.33.1" -reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } +reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } serde="1.0.111" serde_derive="1.0.103" hex = "0.4.2" diff --git a/ramp-tps/Cargo.toml b/ramp-tps/Cargo.toml index 2f80073da9..640738a594 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.4", default-features = false } +reqwest = { version = "0.10.6", default-features = false } serde = "1.0.111" serde_json = "1.0.53" serde_yaml = "0.8.12"