mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
update dependencies
This commit is contained in:
parent
95669ff2c9
commit
f2bc6ff33b
4 changed files with 879 additions and 559 deletions
30
Cargo.toml
30
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue