1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(deps): bump reqwest-middleware from 0.2.4 to 0.2.5 (#558)

Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.2.4 to 0.2.5.
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-16 11:36:10 +01:00 committed by GitHub
parent eeef39a49f
commit 8a45f83bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1738,9 +1738,9 @@ dependencies = [
[[package]]
name = "reqwest-middleware"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690"
checksum = "5a735987236a8e238bf0296c7e351b999c188ccc11477f311b82b55c93984216"
dependencies = [
"anyhow",
"async-trait",

View File

@ -50,7 +50,7 @@ reqwest = { version = "0.11.26", default-features = false, features = [
"json",
], optional = true }
http-cache-reqwest = { version = "0.13.0", optional = true }
reqwest-middleware = { version = "0.2.4", optional = true }
reqwest-middleware = { version = "0.2.5", optional = true }
tokio = { version = "1.36.0", features = [
"rt-multi-thread",
"macros",