From e48f349dc4f07f3ee762aab91732e6b17805f12d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:35:55 +0000 Subject: [PATCH] Bump reqwest from 0.11.19 to 0.11.20 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.19 to 0.11.20. - [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.19...v0.11.20) --- 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 d94699d..e389020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,9 +1851,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.2", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6041b5d..9f07dc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ octocrab = "0.29.3" openssl = { version = "0.10.56", features = ["vendored"] } postgres-openssl = "0.5.0" regex = "1.9.3" -reqwest = "0.11.19" +reqwest = "0.11.20" serde = { version = "1.0.185", features = ["derive"] } serde_json = "1.0.105" serde_yaml = "0.9.25"