chore(3p/sources): bump channels & overlays (2024-11-14)

* update wasm-bindgen in all wasm projects

* //users/wpcarro/website: declare missing dependency on
  string-conversions. Presumably this was propagated
  before from some other dependency which got updated now.

Change-Id: Ib93de576408974441d532196601e6e53d22cdafe
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12770
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-11-14 10:06:03 +03:00 committed by clbot
parent 447f0a2e21
commit 8ede491f5e
14 changed files with 94 additions and 117 deletions

View file

@ -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.93"
wasm-bindgen = "= 0.2.95"
web-sys = "0.3"
yew = { version = "0.20.0", features = [ "csr" ]}