chore: bump reqwest from 0.11 to 0.12

This commit is contained in:
Joel Natividad 2024-03-23 07:20:54 -04:00 committed by Dmitry Dygalo
parent 9aae87e573
commit 6cf82328e3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ once_cell = "1.19"
parking_lot = "0.12"
percent-encoding = "2.3"
regex = "1.10"
reqwest = { version = "0.11", features = [
reqwest = { version = "0.12", features = [
"blocking",
"json",
], default-features = false, optional = true }