summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-24 22:30:54 +0000
committerGitHub <[email protected]>2025-03-24 22:30:54 +0000
commitc2b5fdf271170f1fd8b65dc15ee94173afc382a4 (patch)
tree99ed7fecf8623c6a2fe769f2d747df10a88686ec
parent930984981130855e1a3ece9f58c05ead8b75fde9 (diff)
crates: bump reqwest from 0.12.14 to 0.12.15 (#87)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.14 to 0.12.15. - [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.14...v0.12.15) --- 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 666d0e8..97f3d58 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1065,7 +1065,7 @@ name = "nixpkgs-tracker-http"
version = "0.2.0"
dependencies = [
"log",
- "reqwest 0.12.14",
+ "reqwest 0.12.15",
"serde",
]
@@ -1370,9 +1370,9 @@ dependencies = [
[[package]]
name = "reqwest"
-version = "0.12.14"
+version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "989e327e510263980e231de548a33e63d34962d29ae61b467389a1a09627a254"
+checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
dependencies = [
"base64 0.22.1",
"bytes",