mirror of
https://codeberg.org/icewind/log-archiver.git
synced 2026-06-03 09:34:09 +02:00
updates
This commit is contained in:
parent
fbaf4854f4
commit
ba6891a99e
2 changed files with 1066 additions and 651 deletions
1731
Cargo.lock
generated
1731
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
14
Cargo.toml
14
Cargo.toml
|
|
@ -5,12 +5,12 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[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"
|
dotenvy = "0.15.7"
|
||||||
main_error = "0.1.2"
|
main_error = "0.1.2"
|
||||||
tokio = { version = "1.36.0", features = ["macros", "time", "rt-multi-thread"] }
|
tokio = { version = "1.45.1", features = ["macros", "time", "rt-multi-thread"] }
|
||||||
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls"] }
|
reqwest = { version = "0.12.18", default-features = false, features = ["rustls-tls"] }
|
||||||
serde = { version = "1.0.196", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
serde_json = "1.0.113"
|
serde_json = "1.0.140"
|
||||||
chrono = { version = "0.4.34", features = ["serde"] }
|
chrono = { version = "0.4.41", features = ["serde"] }
|
||||||
zip = "0.6.6"
|
zip = "4.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue