diff --git a/Cargo.lock b/Cargo.lock index 99d2daf..eee61ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.38" @@ -113,9 +115,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.9.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" +checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" dependencies = [ "async-attributes", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 1db1c6f..56641a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ edition = "2018" 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"]} +async-std = { version = "1.11", features = ["unstable", "attributes"]} xactor = "0.7" async-trait = "0.1" \ No newline at end of file