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.3.0 to 0.3.1 (#637)

Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [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-05-11 21:26:17 +03:00 committed by GitHub
parent 55497ae7cb
commit d5acda12be
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

@ -1913,9 +1913,9 @@ dependencies = [
[[package]]
name = "reqwest-middleware"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0209efb52486ad88136190094ee214759ef7507068b27992256ed6610eb71a01"
checksum = "a45d100244a467870f6cb763c4484d010a6bed6bd610b3676e3825d93fb4cfbd"
dependencies = [
"anyhow",
"async-trait",

View File

@ -52,7 +52,7 @@ reqwest = { version = "0.12.4", default-features = false, features = [
"zstd",
], optional = true }
http-cache-reqwest = { version = "0.14.0", optional = true }
reqwest-middleware = { version = "0.3.0", optional = true }
reqwest-middleware = { version = "0.3.1", optional = true }
tokio = { version = "1.37.0", features = [
"rt-multi-thread",
"macros",