Dependency cleanup

This commit is contained in:
Natty 2024-01-12 23:47:19 +01:00
parent 4dd3cd59ac
commit ce1bfc0ee1
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
3 changed files with 673 additions and 622 deletions

1292
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,7 @@ edition = "2021"
async-trait = "0.1"
axum = "0.7"
axum-extra = "0.9"
cached = "0.46"
cached = "0.47"
cfg-if = "1"
chrono = "0.4"
compact_str = "0.7"

View File

@ -26,4 +26,3 @@ strum = { workspace = true }
chrono = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
once_cell = "1.18.0"