From aef69936bb707d897dc4cee4e4036c5629e047d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 07:05:10 +0000 Subject: [PATCH] Bump ureq from 1.5.2 to 1.5.5 Bumps [ureq](https://github.com/algesten/ureq) from 1.5.2 to 1.5.5. - [Release notes](https://github.com/algesten/ureq/releases) - [Changelog](https://github.com/algesten/ureq/blob/1.5.5/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/commits/1.5.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- secure/json-rpc/Cargo.toml | 2 +- secure/push-metrics/Cargo.toml | 2 +- secure/storage/github/Cargo.toml | 2 +- secure/storage/vault/Cargo.toml | 2 +- testsuite/diem-fuzzer/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9363eb707d3c..31376cc6e516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7181,9 +7181,9 @@ dependencies = [ [[package]] name = "ureq" -version = "1.5.2" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a599426c7388ab189dfd0eeb84c8d879490abc73e3e62a0b6a40e286f6427ab7" +checksum = "2b8b063c2d59218ae09f22b53c42eaad0d53516457905f5235ca4bc9e99daa71" dependencies = [ "base64 0.13.0", "chunked_transfer", diff --git a/secure/json-rpc/Cargo.toml b/secure/json-rpc/Cargo.toml index 72b6aea67235..feb1617efe20 100644 --- a/secure/json-rpc/Cargo.toml +++ b/secure/json-rpc/Cargo.toml @@ -15,7 +15,7 @@ proptest = { version = "0.10.1", optional = true } serde = { version = "1.0.117", features = ["derive"], default-features = false } serde_json = "1.0.60" thiserror = "1.0.22" -ureq = { version = "1.5.2", features = ["json", "native-tls"], default-features = false } +ureq = { version = "1.5.5", features = ["json", "native-tls"], default-features = false } lcs = { version = "0.1.0", package = "libra-canonical-serialization" } diem-crypto = { path = "../../crypto/crypto", version = "0.1.0" } diff --git a/secure/push-metrics/Cargo.toml b/secure/push-metrics/Cargo.toml index a540e11834c7..a1b3201a062f 100644 --- a/secure/push-metrics/Cargo.toml +++ b/secure/push-metrics/Cargo.toml @@ -10,7 +10,7 @@ publish = false edition = "2018" [dependencies] -ureq = { version = "1.5.2", features = ["json", "native-tls"], default-features = false } +ureq = { version = "1.5.5", features = ["json", "native-tls"], default-features = false } diem-logger = { path = "../../common/logger", version = "0.1.0" } diem-metrics-core = { path = "../../common/metrics-core", version = "0.1.0" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" } diff --git a/secure/storage/github/Cargo.toml b/secure/storage/github/Cargo.toml index 82281f9f252a..ef1d190bafbd 100644 --- a/secure/storage/github/Cargo.toml +++ b/secure/storage/github/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" serde = { version = "1.0.117", features = ["derive"], default-features = false } serde_json = "1.0.60" thiserror = "1.0.22" -ureq = { version = "1.5.2", features = ["json", "native-tls"], default-features = false } +ureq = { version = "1.5.5", features = ["json", "native-tls"], default-features = false } diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" } diff --git a/secure/storage/vault/Cargo.toml b/secure/storage/vault/Cargo.toml index 6d38d899ed91..2653bc11fa54 100644 --- a/secure/storage/vault/Cargo.toml +++ b/secure/storage/vault/Cargo.toml @@ -18,7 +18,7 @@ native-tls = "0.2.6" serde = { version = "1.0.117", features = ["derive"], default-features = false } serde_json = "1.0.60" thiserror = "1.0.22" -ureq = { version = "1.5.2", features = ["json", "native-tls"], default-features = false } +ureq = { version = "1.5.5", features = ["json", "native-tls"], default-features = false } diem-crypto = { path = "../../../crypto/crypto", version = "0.1.0" } diem-proptest-helpers = { path = "../../../common/proptest-helpers", version = "0.1.0", optional = true } diff --git a/testsuite/diem-fuzzer/Cargo.toml b/testsuite/diem-fuzzer/Cargo.toml index 6b775a6a0b21..4a4e71fbd74e 100644 --- a/testsuite/diem-fuzzer/Cargo.toml +++ b/testsuite/diem-fuzzer/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.60" sha-1 = { version = "0.9.2", default-features = false } structopt = "0.3.21" rand = "0.7.3" -ureq = { version = "1.5.2", features = ["json", "native-tls"], default-features = false } +ureq = { version = "1.5.5", features = ["json", "native-tls"], default-features = false } lcs = { version = "0.1.0", package = "libra-canonical-serialization" } diem-proptest-helpers = { path = "../../common/proptest-helpers", version = "0.1.0" }