From a77f6df4d91c4aa02f0c499b44337ed1e07a35d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:25:11 +0000 Subject: [PATCH] build(deps): bump async-std from 1.10.0 to 1.12.0 Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- bin/node/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc0a719b..3423c0e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.10.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" +checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" dependencies = [ "async-attributes", "async-channel", @@ -279,7 +279,6 @@ dependencies = [ "kv-log-macro", "log", "memchr", - "num_cpus", "once_cell", "pin-project-lite 0.2.8", "pin-utils", diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index 8fd94f35..caf29ae3 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -112,7 +112,7 @@ nix = "0.23" serde_json = "1.0" regex = "1" platforms = "2.0" -async-std = { version = "1.6.5", features = ["attributes"] } +async-std = { version = "1.12.0", features = ["attributes"] } soketto = "0.7.1" [build-dependencies]