diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..3c785d058d4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5766,9 +5766,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.2" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4" +checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" dependencies = [ "base64", "bytes", diff --git a/client/faucet/Cargo.toml b/client/faucet/Cargo.toml index 0722c3236a08..5f6d7a47e547 100644 --- a/client/faucet/Cargo.toml +++ b/client/faucet/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" anyhow = "1.0.38" hex = "0.4.3" rand = "0.8.3" -reqwest = { version = "0.11.2", features = ["blocking"], default-features = false } +reqwest = { version = "0.11.4", features = ["blocking"], default-features = false } serde = "1.0.124" serde_derive = "1.0.117" structopt = "0.3.21" diff --git a/client/json-rpc/Cargo.toml b/client/json-rpc/Cargo.toml index 5f417fbbaf78..78e3a5cfdbe2 100644 --- a/client/json-rpc/Cargo.toml +++ b/client/json-rpc/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1.42" futures = "0.3.12" hex = "0.4.3" rand = "0.8.3" -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false } serde = { version = "1.0.124", default-features = false } serde_json = "1.0.64" tokio = { version = "1.3.0", features = ["full"] } diff --git a/common/debug-interface/Cargo.toml b/common/debug-interface/Cargo.toml index 47a9d07d0f61..3e495af54577 100644 --- a/common/debug-interface/Cargo.toml +++ b/common/debug-interface/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" anyhow = "1.0.38" bytes = "1.0.1" tokio = { version = "1.3.0", features = ["full"] } -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false } warp = "0.3.0" diem-logger = { path = "../logger" } diff --git a/common/trace/Cargo.toml b/common/trace/Cargo.toml index a250510dac9d..286c2be1368b 100644 --- a/common/trace/Cargo.toml +++ b/common/trace/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.3.0", features = ["full"] } serde_json = "1.0.64" serde = "1.0.124" anyhow = "1.0.38" -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false } once_cell = "1.7.2" diem-logger = { path = "../logger" } diff --git a/common/workspace-hack/Cargo.toml b/common/workspace-hack/Cargo.toml index 04424531ee81..12d4bc5d1750 100644 --- a/common/workspace-hack/Cargo.toml +++ b/common/workspace-hack/Cargo.toml @@ -42,7 +42,7 @@ prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] } rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] } regex = { version = "1.4.3", features = ["aho-corasick", "default", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } regex-syntax = { version = "0.6.22", features = ["default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } -reqwest = { version = "0.11.2", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } +reqwest = { version = "0.11.4", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] } serde = { version = "1.0.124", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] } serde_json = { version = "1.0.64", features = ["default", "indexmap", "preserve_order", "std"] } @@ -90,7 +90,7 @@ quote = { version = "0.6.13", features = ["default", "proc-macro"] } rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] } regex = { version = "1.4.3", features = ["aho-corasick", "default", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } regex-syntax = { version = "0.6.22", features = ["default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } -reqwest = { version = "0.11.2", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } +reqwest = { version = "0.11.4", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] } serde = { version = "1.0.124", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] } serde_json = { version = "1.0.64", features = ["default", "indexmap", "preserve_order", "std"] } @@ -137,7 +137,7 @@ prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] } rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] } regex = { version = "1.4.3", features = ["aho-corasick", "default", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } regex-syntax = { version = "0.6.22", features = ["default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } -reqwest = { version = "0.11.2", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } +reqwest = { version = "0.11.4", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] } serde = { version = "1.0.124", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] } serde_json = { version = "1.0.64", features = ["default", "indexmap", "preserve_order", "std"] } @@ -185,7 +185,7 @@ quote = { version = "0.6.13", features = ["default", "proc-macro"] } rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] } regex = { version = "1.4.3", features = ["aho-corasick", "default", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "thread_local", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } regex-syntax = { version = "0.6.22", features = ["default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } -reqwest = { version = "0.11.2", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } +reqwest = { version = "0.11.4", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] } rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] } serde = { version = "1.0.124", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] } serde_json = { version = "1.0.64", features = ["default", "indexmap", "preserve_order", "std"] } diff --git a/json-rpc/Cargo.toml b/json-rpc/Cargo.toml index 3fb732bb76de..0e1d537e958d 100644 --- a/json-rpc/Cargo.toml +++ b/json-rpc/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.64" serde = { version = "1.0.124", features = ["derive"], default-features = false } tokio = { version = "1.3.0", features = ["full"] } warp = { version = "0.3.0", features = ["tls"] } -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false, optional = true } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false, optional = true } proptest = { version = "1.0.0", optional = true } bcs = "0.1.2" @@ -45,7 +45,7 @@ storage-interface = { path = "../storage/storage-interface" } [dev-dependencies] proptest = "1.0.0" -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false } rand = { version = "0.8.3" } generate-key = { path = "../config/generate-key" } diff --git a/language/diem-tools/diem-events-fetcher/Cargo.toml b/language/diem-tools/diem-events-fetcher/Cargo.toml index 4b52f8d5082d..83afa461aae6 100644 --- a/language/diem-tools/diem-events-fetcher/Cargo.toml +++ b/language/diem-tools/diem-events-fetcher/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] anyhow = "1.0.38" hex = "0.4.3" -reqwest = { version = "0.11.2", features = ["blocking", "json"] } +reqwest = { version = "0.11.4", features = ["blocking", "json"] } structopt = "0.3.21" futures = "0.3.12" tokio = { version = "1.3.0", features = ["full"] } diff --git a/sdk/client/Cargo.toml b/sdk/client/Cargo.toml index 9095c339227e..379c4e5e776b 100644 --- a/sdk/client/Cargo.toml +++ b/sdk/client/Cargo.toml @@ -26,7 +26,7 @@ diem-json-rpc-types = { path = "../../json-rpc/types", version = "0.0.1" } diem-types = { path = "../../types", version = "0.0.1" } # Optional Dependencies -reqwest = { version = "0.11.2", features = ["json"], optional = true } +reqwest = { version = "0.11.4", features = ["json"], optional = true } tokio = { version = "1.3.0", features = ["time"], default_features = false, optional = true } ureq = { version = "1.5.4", features = ["json", "native-tls"], default-features = false, optional = true } ipnet = { version = "2.3", optional = true } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index f2a416d6c055..9572187838c3 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -21,7 +21,7 @@ once_cell = "1.7.2" pin-project = "1.0.5" rand = "0.8.3" regex = "1.4.3" -reqwest = { version = "0.11.2", features = ["stream"], default-features = false } +reqwest = { version = "0.11.4", features = ["stream"], default-features = false } serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" structopt = "0.3.21" diff --git a/storage/backup/backup-service/Cargo.toml b/storage/backup/backup-service/Cargo.toml index 3f60e21760b2..03801c6c1960 100644 --- a/storage/backup/backup-service/Cargo.toml +++ b/storage/backup/backup-service/Cargo.toml @@ -32,7 +32,7 @@ diemdb = { path = "../../diemdb", features = ["fuzzing"] } diem-config = { path = "../../../config" } diem-temppath = { path = "../../../common/temppath" } -reqwest = { version = "0.11.2", features = ["blocking", "json"], default_features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json"], default_features = false } [features] fuzzing = ["diemdb/fuzzing"] diff --git a/testsuite/cli/Cargo.toml b/testsuite/cli/Cargo.toml index 99d8aa3554ea..53965f8e1f9b 100644 --- a/testsuite/cli/Cargo.toml +++ b/testsuite/cli/Cargo.toml @@ -18,7 +18,7 @@ rustyline = "8.0.0" rust_decimal = "1.10.3" num-traits = "0.2.14" once_cell = "1.7.2" -reqwest = { version = "0.11.2", features = ["blocking", "json"] } +reqwest = { version = "0.11.4", features = ["blocking", "json"] } serde = { version = "1.0.124", features = ["derive"] } structopt = "0.3.21" tokio = { version = "1.3.0", features = ["full"] } diff --git a/testsuite/cluster-test/Cargo.toml b/testsuite/cluster-test/Cargo.toml index 2c5034dd3362..dac46ae437f1 100644 --- a/testsuite/cluster-test/Cargo.toml +++ b/testsuite/cluster-test/Cargo.toml @@ -17,7 +17,7 @@ itertools = "0.10.0" once_cell = "1.7.2" rand = "0.8.3" regex = { version = "1.4.3", default-features = false, features = ["std", "perf"] } -reqwest = { version = "0.11.2", features = ["blocking", "json"] } +reqwest = { version = "0.11.4", features = ["blocking", "json"] } serde_json = "1.0.64" serde_yaml = "0.8.17" termion = "1.5.6" diff --git a/testsuite/diem-swarm/Cargo.toml b/testsuite/diem-swarm/Cargo.toml index 0bd279c791cc..809f36bd45cd 100644 --- a/testsuite/diem-swarm/Cargo.toml +++ b/testsuite/diem-swarm/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] anyhow = "1.0.38" ctrlc = { version = "3.1.8", default-features = false } -reqwest = { version = "0.11.2", features = ["blocking"], default-features = false } +reqwest = { version = "0.11.4", features = ["blocking"], default-features = false } structopt = "0.3.21" thiserror = "1.0.24" diem-config = { path = "../../config", features = ["fuzzing"] }