From 971c27ac47858ef1501a6a66e495b3ab18912382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:37:18 +0000 Subject: [PATCH] Bump ureq from 2.4.0 to 2.5.0 Bumps [ureq](https://github.com/algesten/ureq) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/algesten/ureq/releases) - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](https://github.com/algesten/ureq/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: ureq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/taskchampion/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cd620c02..f59f00184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2237,9 +2237,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "ureq" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9399fa2f927a3d327187cbd201480cee55bee6ac5d3c77dd27f0c6814cff16d5" +checksum = "b97acb4c28a254fd7a4aeec976c46a7fa404eac4d7c134b30c75144846d7cb8f" dependencies = [ "base64", "chunked_transfer", diff --git a/rust/taskchampion/Cargo.toml b/rust/taskchampion/Cargo.toml index 1f3fbf160..45e898e66 100644 --- a/rust/taskchampion/Cargo.toml +++ b/rust/taskchampion/Cargo.toml @@ -17,7 +17,7 @@ serde_json = "^1.0" chrono = { version = "^0.4.10", features = ["serde"] } anyhow = "1.0" thiserror = "1.0" -ureq = "^2.1.0" +ureq = "^2.5.0" log = "^0.4.17" rusqlite = { version = "0.27", features = ["bundled"] } strum = "0.24"