Update Rust crate reqwest to 0.13.0
Some checks failed
Build and Test / splatie (push) Has been cancelled
Build and Test / splatie (pull_request) Has been cancelled

This commit is contained in:
Spacebot 2026-04-28 15:05:42 +00:00
commit 1ddb5ec0f4
2 changed files with 480 additions and 187 deletions

671
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -21,7 +21,7 @@ regex = "1.11.1"
once_cell = "1.20.3" once_cell = "1.20.3"
sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" } sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" }
chrono = "0.4.39" chrono = "0.4.39"
reqwest = "0.12.12" reqwest = "0.13.0"
[dependencies.tokio] [dependencies.tokio]
version = "1.43.0" version = "1.43.0"