Compare commits

...

1 commit

Author SHA1 Message Date
1ddb5ec0f4 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
2026-04-28 15:05:42 +00:00
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"
sarcastic = { git = "https://github.com/DJMrTV/bored-yaml.git" }
chrono = "0.4.39"
reqwest = "0.12.12"
reqwest = "0.13.0"
[dependencies.tokio]
version = "1.43.0"