fix(deps): update rust crate reqwest to 0.12.4

This commit is contained in:
renovate[bot] 2024-04-30 20:42:07 +00:00 committed by GitHub
parent 9b7c3d501f
commit bee80cac8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 8 deletions

View file

@ -25,7 +25,7 @@ poise = "0.6.1"
octocrab = "0.37.0"
redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.3"
reqwest = { version = "0.12.2", default-features = false, features = [
reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
] }