1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 15:05:30 +03:00
This commit is contained in:
dependabot[bot] 2024-08-06 20:04:21 +00:00 committed by GitHub
commit 404a05896b
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a45d100244a467870f6cb763c4484d010a6bed6bd610b3676e3825d93fb4cfbd"
checksum = "39346a33ddfe6be00cbc17a34ce996818b97b230b87229f10114693becca1268"
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.2", optional = true }
tokio = { version = "1.38.0", features = [
"rt-multi-thread",
"macros",