Compare commits

...

5 commits

Author SHA1 Message Date
d9cbc16c9f Update Rust crate reqwest to 0.13.0
All checks were successful
Build and Test / splatie (push) Successful in 18m2s
2026-04-28 19:54:07 +00:00
9bcee3537d Merge pull request 'Update Rust crate chrono to v0.4.44' (#2) from renovate/chrono-0.x-lockfile into main
All checks were successful
Build and Test / splatie (push) Successful in 10m2s
Reviewed-on: #2
2026-04-28 18:59:02 +02:00
926a9cfaa9 Merge pull request 'Update Rust crate tokio to v1.52.1' (#9) from renovate/tokio-1.x-lockfile into main
Some checks failed
Build and Test / splatie (push) Has been cancelled
Reviewed-on: #9
2026-04-28 18:58:32 +02:00
9fb195911a Update Rust crate tokio to v1.52.1
All checks were successful
Build and Test / splatie (push) Successful in 18m16s
2026-04-28 16:04:42 +00:00
957b29909f Update Rust crate chrono to v0.4.44
All checks were successful
Build and Test / splatie (push) Successful in 17m56s
2026-04-28 16:04:26 +00:00
2 changed files with 367 additions and 214 deletions

579
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"