From 2724064189fea1b5a7db101424b6dad45b61eac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:55:09 +1000 Subject: [PATCH] Bump async-std from 1.11.0 to 1.12.0 (#830) Bumps [async-std](https://github.com/async-rs/async-std) from 1.11.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.11.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- kanidmd/idm/Cargo.toml | 2 +- kanidmd/score/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44752196c..ba44c35e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,9 +264,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" +checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" dependencies = [ "async-channel", "async-global-executor", @@ -282,7 +282,6 @@ dependencies = [ "kv-log-macro", "log", "memchr", - "num_cpus", "once_cell", "pin-project-lite 0.2.9", "pin-utils", diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index 10e9d599d..a4a8fa654 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "^0.1.53" fernet = { version = "^0.1.4", features = ["fernet_danger_timestamps"] } compact_jwt = "^0.2.1" -async-std = { version = "^1.11.0", features = ["tokio1"] } +async-std = { version = "^1.12.0", features = ["tokio1"] } rand = "^0.8.5" toml = "^0.5.9" diff --git a/kanidmd/score/Cargo.toml b/kanidmd/score/Cargo.toml index a3a03e837..946e91ddc 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -32,7 +32,7 @@ ldap3_proto = "^0.2.3" tracing = { version = "^0.1.35", features = ["attributes"] } serde = { version = "^1.0.137", features = ["derive"] } async-trait = "^0.1.53" -async-std = { version = "^1.11.0", features = ["tokio1"] } +async-std = { version = "^1.12.0", features = ["tokio1"] } compact_jwt = "^0.2.1" [build-dependencies]