From 75fe05173bb2ae5eb6f69aaeef655c4650115e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:46:54 +0000 Subject: [PATCH] Bump async-std from 1.10.0 to 1.11.0 Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc69da06..52c6b229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" +checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" dependencies = [ "async-attributes", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 0bee7a31..4bf2e679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ impl-serde = "0.3.2" regex = "1.5.5" # dependencies for extrinsics (deploying and calling a contract) -async-std = { version = "1.10.0", features = ["attributes", "tokio1"] } +async-std = { version = "1.11.0", features = ["attributes", "tokio1"] } ink_metadata = { version = "3.0", features = ["derive"] } ink_env = "3.0" scale-info = { version = "2.1.0", default-features = false, features = ["derive"] } -- GitLab