This commit is contained in:
Robin Appelman 2025-05-30 23:04:44 +02:00
commit ba6891a99e
2 changed files with 1066 additions and 651 deletions

1731
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,12 +5,12 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
sqlx = { version = "0.7.3", default-features = false, features = ["macros", "postgres", "json", "runtime-tokio-rustls"] }
sqlx = { version = "0.8.6", default-features = false, features = ["macros", "postgres", "json", "runtime-tokio-rustls"] }
dotenvy = "0.15.7"
main_error = "0.1.2"
tokio = { version = "1.36.0", features = ["macros", "time", "rt-multi-thread"] }
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
chrono = { version = "0.4.34", features = ["serde"] }
zip = "0.6.6"
tokio = { version = "1.45.1", features = ["macros", "time", "rt-multi-thread"] }
reqwest = { version = "0.12.18", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
chrono = { version = "0.4.41", features = ["serde"] }
zip = "4.0.0"