Bump reqwest from 0.12.4 to 0.12.5

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5.
- [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.4...v0.12.5)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-17 23:18:56 +00:00
committed by Lee Smet
parent 26db7d2178
commit f5e72e89d7
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1987,9 +1987,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.4"
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
dependencies = [
"base64 0.22.1",
"bytes",
@@ -2010,7 +2010,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 0.1.2",
"sync_wrapper 1.0.1",
"tokio",
"tower-service",
"url",

View File

@@ -21,6 +21,6 @@ tokio = { version = "1.38.0", default-features = false, features = [
"rt",
"fs",
] }
reqwest = { version = "0.12.4", default-features = false, features = ["json"] }
reqwest = { version = "0.12.5", default-features = false, features = ["json"] }
byte-unit = "5.1.4"
urlencoding = "2.1.3"