mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
fix: more renames
This commit is contained in:
parent
5aab89ff0d
commit
051d18494b
12 changed files with 441 additions and 322 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -18,17 +18,17 @@ polars = { version = "0.32", features = [
|
|||
reqwest = { version = "0.12", features = ["blocking", "gzip"] }
|
||||
glob = { version = "0.3" }
|
||||
clokwerk = "0.4"
|
||||
strum_macros = "0.26"
|
||||
strum = "0.26"
|
||||
tokio = { version = "1.34", features = ["full"] }
|
||||
strum_macros = "0.27"
|
||||
strum = "0.27"
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
futures = "0.3"
|
||||
lazy_static = "1.4"
|
||||
lazy_static = "1.5"
|
||||
anyhow = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.23"
|
||||
rstest = "0.24"
|
||||
pretty_assertions = "1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue