mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
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:
parent
51bf95bbd6
commit
c7f3d8d7a3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user