chore: Upgrade async-once-cell

This commit is contained in:
Jonas Platte
2022-10-05 15:04:02 +02:00
committed by Jonas Platte
parent c24c20f7f1
commit bdfdaeb0ae
2 changed files with 3 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -207,9 +207,9 @@ dependencies = [
[[package]]
name = "async-once-cell"
version = "0.3.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72faff1fdc615a0199d7bf71e6f389af54d46a66e9beb5d76c39e48eda93ecce"
checksum = "f61305cacf1d0c5c9d3ee283d22f8f1f8c743a18ceb44a1b102bd53476c141de"
[[package]]
name = "async-stream"

View File

@@ -111,8 +111,7 @@ version = "0.7.0"
features = ["client-api-c", "compat", "rand", "unstable-msc2448", "unstable-msc2965"]
[target.'cfg(target_arch = "wasm32")'.dependencies]
# Upgrade once MSRV >= 1.61
async-once-cell = "0.3.1"
async-once-cell = "0.4.2"
wasm-timer = "0.2.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]