From 8d9e1be18fc12a40852b9a454a26e18b218e5336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:15:48 +0000 Subject: [PATCH] Bump reqwest from 0.12.1 to 0.12.2 in /deepwell Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.1 to 0.12.2. - [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.12.1...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deepwell/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deepwell/Cargo.lock b/deepwell/Cargo.lock index 13f0e3d7e8..98efcc30d2 100644 --- a/deepwell/Cargo.lock +++ b/deepwell/Cargo.lock @@ -903,7 +903,7 @@ dependencies = [ "redis", "ref-map", "regex", - "reqwest 0.12.1", + "reqwest 0.12.2", "rsmq_async", "rust-otp", "rust-s3", @@ -3194,9 +3194,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e333b1eb9fe677f6893a9efcb0d277a2d3edd83f358a236b657c32301dc6e5f6" +checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" dependencies = [ "base64 0.21.7", "bytes",