From 374cde20f258be6e5c5841a193ff590223b6ecf8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 10 Sep 2024 15:45:21 +0300 Subject: chore(3p/sources): bump channels & overlays (2024-09-10) Includes the following fixes: * users/wpcarro: disable pulseaudio option (can't have pipewire _and_ PA) * users/aspen: disable pipewire (there's PA config here, so whatever) * bump wasm-bindgen in Rust frontend projects * users/tazjin: disable builds for frog (it's in storage) Change-Id: Ia508b14b84619d06c1d98f7245e84d66bc791592 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12466 Autosubmit: tazjin Reviewed-by: flokli Tested-by: BuildkiteCI Reviewed-by: aspen --- web/pwcrypt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/pwcrypt/Cargo.toml') diff --git a/web/pwcrypt/Cargo.toml b/web/pwcrypt/Cargo.toml index 488dcad19e15..48c73081f1ee 100644 --- a/web/pwcrypt/Cargo.toml +++ b/web/pwcrypt/Cargo.toml @@ -8,6 +8,6 @@ argon2 = "0.5.0" getrandom = { version = "0.2.10", features = ["js"] } gloo = "0.8.0" rand_core = { version = "0.6.4", features = ["getrandom"] } -wasm-bindgen = "= 0.2.92" +wasm-bindgen = "= 0.2.93" web-sys = "0.3" yew = { version = "0.20.0", features = [ "csr" ]} -- cgit 1.4.1