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.1 to 0.3.3

Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.3.1 to 0.3.3.
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-middleware-v0.3.3)

---
updated-dependencies:
- dependency-name: reqwest-middleware
  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-08-09 22:34:43 +00:00 committed by GitHub
parent 388b007b0f
commit cdbffba060
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

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

View File

@ -67,7 +67,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
"zstd",
], optional = true }
http-cache-reqwest = { version = "0.14.0", optional = true }
reqwest-middleware = { version = "0.3.1", optional = true }
reqwest-middleware = { version = "0.3.3", optional = true }
tokio = { version = "1.38.0", features = [
"rt-multi-thread",
"macros",