diff --git a/Cargo.toml b/Cargo.toml index a56c4f2..1db1c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -yahoo_finance_api = "1.0.2" +yahoo_finance_api = "1.1.5" chrono = { version = "0.4", features = ["serde"] } clap = "3.0.0-beta.2" async-std = { version = "1.9", features = ["unstable", "attributes"]}