From bdfdaeb0ae9484fad523a61b22dbdb50e4c8fd03 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 5 Oct 2022 15:04:02 +0200 Subject: [PATCH] chore: Upgrade async-once-cell --- Cargo.lock | 4 ++-- crates/matrix-sdk/Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f70b7c344..0146578fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index 7667feba4..5ee456e48 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -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]