update dependencies

This commit is contained in:
Elijah McMorris 2024-12-17 14:16:47 -08:00
parent 95669ff2c9
commit f2bc6ff33b
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 879 additions and 559 deletions

View file

@ -4,24 +4,24 @@ version = "0.1.0"
edition = "2021"
[dependencies]
polars = { version = "0.35", features = [
"lazy",
"strings",
"parquet",
"round_series",
"serde",
"json",
polars = { version = "0.45", features = [
"lazy",
"strings",
"parquet",
"round_series",
"serde",
"json",
] }
axum = "0.6"
axum = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.26", features = ["full"] }
aide = { version = "0.12", features = ["redoc", "axum"] }
tokio = { version = "1.42", features = ["full"] }
aide = { version = "0.13", features = ["redoc", "axum"] }
schemars = { version = "0.8", features = ["chrono"] }
chrono = { version = "0.4", features = ["serde"] }
glob = { version = "0.3" }
strum_macros = "0.25"
tower = { version = "0.4", features = ["limit", "buffer"] }
tower-http = { version = "0.4", features = ["compression-zstd", "cors"] }
tower_governor = "0.1"
lazy_static = "1.4"
strum_macros = "0.26"
tower = { version = "0.5", features = ["limit", "buffer", "util"] }
tower-http = { version = "0.6", features = ["compression-zstd", "cors"] }
tower_governor = "0.5"
lazy_static = "1.5"