Update Rust crate async-channel to v2.3.0 (#3532)

This commit is contained in:
renovate[bot] 2024-05-13 01:30:55 +00:00 committed by GitHub
parent 457d4526fa
commit 84602c467b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -197,9 +197,9 @@ dependencies = [
[[package]]
name = "async-channel"
version = "2.2.1"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928"
checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a"
dependencies = [
"concurrent-queue",
"event-listener",