Dependency cleanup
This commit is contained in:
parent
4dd3cd59ac
commit
ce1bfc0ee1
File diff suppressed because it is too large
Load Diff
|
@ -26,7 +26,7 @@ edition = "2021"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
axum = "0.7"
|
axum = "0.7"
|
||||||
axum-extra = "0.9"
|
axum-extra = "0.9"
|
||||||
cached = "0.46"
|
cached = "0.47"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
compact_str = "0.7"
|
compact_str = "0.7"
|
||||||
|
|
|
@ -26,4 +26,3 @@ strum = { workspace = true }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
once_cell = "1.18.0"
|
|
||||||
|
|
Loading…
Reference in New Issue