From e669499a6fd2b311277d11591b59620fe6f34278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 09:14:26 +0000 Subject: [PATCH 1/2] chore(deps): Bump reqwest from 0.11.14 to 0.11.16 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.16. - [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.14...v0.11.16) --- 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 bcfca6a..6ab9215 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1643,9 +1643,9 @@ checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "reqwest" -version = "0.11.14" +version = "0.11.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9" +checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6235507..5c982e1 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.14" +reqwest = "0.11.16" serde = "1.0.158" serde_derive = "1.0.137" serde_json = "1.0.94" From 519925762ae235a765d6c98f74f5d7bc75067b10 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 13 Apr 2023 11:17:17 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f857b48..e906461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`serde`](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.158 ([#580]) * Updated [`mime`](https://github.com/hyperium/mime) from 0.3.16 to 0.3.17 ([#582]) * Updated [`dotenvy`](https://github.com/allan2/dotenvy) from 0.15.6 to 0.15.7 ([#583]) +* Updated [`reqwest`](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.16 ([#586]) [#578]: https://github.com/vbrandl/hoc/pull/578 [#580]: https://github.com/vbrandl/hoc/pull/580 [#582]: https://github.com/vbrandl/hoc/pull/582 [#583]: https://github.com/vbrandl/hoc/pull/583 +[#586]: https://github.com/vbrandl/hoc/pull/586 ## [0.33.0] 2023-03-16