From e9d041b8505b63103d84b8bea5a64c9d4373431d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 11:59:12 +0000 Subject: [PATCH] Update Rust crate async-std to 1.11 --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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