mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
fix
This commit is contained in:
parent
6343159387
commit
4e3dedf7ab
14 changed files with 15 additions and 10 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
polars = { version = "0.32", features = [
|
||||
polars = { version = "0.35", features = [
|
||||
"lazy",
|
||||
"strings",
|
||||
"parquet",
|
||||
|
@ -16,7 +16,7 @@ axum = "0.6"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.26", features = ["full"] }
|
||||
aide = { version = "0.11", features = ["redoc", "axum"] }
|
||||
aide = { version = "0.12", features = ["redoc", "axum"] }
|
||||
schemars = { version = "0.8", features = ["chrono"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
glob = { version = "0.3" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue