summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-06 20:59:28 +0000
committerGitHub <[email protected]>2025-01-06 20:59:28 +0000
commit105ed5d905b4124af283af03870e3d4f6a63365a (patch)
treebf529c01c30c1f1d7cb4b05d60689fb5e73aa54d
parent485dbb22dc941ab8079653a4ac642a8958d99a85 (diff)
crates: bump reqwest from 0.12.11 to 0.12.12 (#71)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.11 to 0.12.12. - [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.11...v0.12.12) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8272b4f..d821fb9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1064,7 +1064,7 @@ name = "nixpkgs-tracker-http"
version = "0.2.0"
dependencies = [
"log",
- "reqwest 0.12.11",
+ "reqwest 0.12.12",
"serde",
]
@@ -1369,9 +1369,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.12.11"
+version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3"
+checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
dependencies = [
"base64 0.22.1",
"bytes",