Update Rust crate reqwest to 0.13.0
Some checks failed
Build and Test / cache-mii (push) Failing after 4m38s
Build and Test / cache-mii (pull_request) Successful in 4m48s

This commit is contained in:
Spacebot 2026-04-28 12:01:45 +00:00
commit 70688a1753

View file

@ -9,5 +9,5 @@ tokio = { version = "1", features = ["full"] }
dotenvy = "0.15.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.12", features = ["json"] }
reqwest = { version = "0.13.0", features = ["json"] }
bytes = "1"