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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-20 14:55:09 +10:00 committed by GitHub
parent 9d929b876c
commit 2724064189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

5
Cargo.lock generated
View file

@ -264,9 +264,9 @@ dependencies = [
[[package]] [[package]]
name = "async-std" name = "async-std"
version = "1.11.0" version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"async-global-executor", "async-global-executor",
@ -282,7 +282,6 @@ dependencies = [
"kv-log-macro", "kv-log-macro",
"log", "log",
"memchr", "memchr",
"num_cpus",
"once_cell", "once_cell",
"pin-project-lite 0.2.9", "pin-project-lite 0.2.9",
"pin-utils", "pin-utils",

View file

@ -28,7 +28,7 @@ async-trait = "^0.1.53"
fernet = { version = "^0.1.4", features = ["fernet_danger_timestamps"] } fernet = { version = "^0.1.4", features = ["fernet_danger_timestamps"] }
compact_jwt = "^0.2.1" 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" rand = "^0.8.5"
toml = "^0.5.9" toml = "^0.5.9"

View file

@ -32,7 +32,7 @@ ldap3_proto = "^0.2.3"
tracing = { version = "^0.1.35", features = ["attributes"] } tracing = { version = "^0.1.35", features = ["attributes"] }
serde = { version = "^1.0.137", features = ["derive"] } serde = { version = "^1.0.137", features = ["derive"] }
async-trait = "^0.1.53" 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" compact_jwt = "^0.2.1"
[build-dependencies] [build-dependencies]