From e9c8612f6206c3862a822ca2d3ed44736a2a6f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 04:14:34 +0000 Subject: [PATCH 1/2] chore(deps): Bump reqwest from 0.11.12 to 0.11.13 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.12...v0.11.13) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3163dd..f86bc5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1604,9 +1604,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" +checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ce4856e..7e48d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.4.0" mime = "0.3" number_prefix = "0.4.0" openssl-probe = "0.1.5" -reqwest = "0.11.12" +reqwest = "0.11.13" serde = "1.0.147" serde_derive = "1.0.137" serde_json = "1.0.87" From 111a9720d662beead4932d2d04d87810d8f6d9d5 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 17 Nov 2022 11:15:22 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d87fd4..a59778a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Dependency Updates + * Updated [`futures`](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25 ([#511]) * Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87 ([#510]) * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147 ([#512]) * Updated [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.1 to 0.6.2 ([#513]) +* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13 ([#515]) + + +### Fixes + * Fix clippy lint `needless-borrow` ([#514]) [#511]: https://github.com/vbrandl/hoc/pull/511 @@ -16,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#512]: https://github.com/vbrandl/hoc/pull/512 [#513]: https://github.com/vbrandl/hoc/pull/513 [#514]: https://github.com/vbrandl/hoc/pull/514 +[#515]: https://github.com/vbrandl/hoc/pull/515 ## [0.26.0] 2022-10-03