From 8f2e799316aba39efa09691ed3e1b7abd2ebe05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:16:11 +0000 Subject: [PATCH] build(deps): bump ureq from 2.0.1 to 2.0.2 in /facilitator Bumps [ureq](https://github.com/algesten/ureq) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/algesten/ureq/releases) - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/commits) Signed-off-by: dependabot[bot] --- facilitator/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facilitator/Cargo.lock b/facilitator/Cargo.lock index 0c9cbc73d..abe239faf 100644 --- a/facilitator/Cargo.lock +++ b/facilitator/Cargo.lock @@ -2430,9 +2430,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "ureq" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96014ded8c85822677daee4f909d18acccca744810fd4f8ffc492c284f2324bc" +checksum = "6585dcbf3483242f77b502864478ede62431baf3442b99367d3456ec20c1707b" dependencies = [ "base64 0.13.0", "chunked_transfer",