chore: dependencies

This commit is contained in:
Elijah McMorris 2025-03-20 12:01:14 -07:00
parent 300c06d48b
commit b0066a2d63
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 163 additions and 158 deletions

View file

@ -15,7 +15,7 @@ polars = { version = "0.45", features = [
axum = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.43", features = ["full"] }
tokio = { version = "1.44", features = ["full"] }
aide = { version = "0.13", features = ["redoc", "axum"] }
schemars = { version = "0.8", features = ["chrono"] }
chrono = { version = "0.4", features = ["serde"] }