Bump async-executor from 1.5.0 to 1.5.1 (#3662)

* Bump async-executor from 1.5.0 to 1.5.1

Bumps [async-executor](https://github.com/smol-rs/async-executor) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/smol-rs/async-executor/releases)
- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-executor/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: async-executor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Specify only major version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Teodor Tanasoaia <28601907+teoxoy@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 09:20:21 +00:00 committed by GitHub
parent 51bf95bbd6
commit c7f3d8d7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -84,9 +84,9 @@ dependencies = [
[[package]]
name = "async-executor"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
"async-lock",
"async-task",

View File

@ -47,7 +47,7 @@ version = "0.11.0"
[workspace.dependencies]
arrayvec = "0.7"
async-executor = "1.0"
async-executor = "1"
bitflags = "2"
bit-vec = "0.6"
bytemuck = "1.13"