Work around broken JS deps CI is failing because of some updated ecosystem crates that we don't care at all. This patch is a hammer to get it to stop failing, but is clearly not the right thing to do.
diff --git a/examples/with_winit/Cargo.toml b/examples/with_winit/Cargo.toml index 8b4028a..4b914d4 100644 --- a/examples/with_winit/Cargo.toml +++ b/examples/with_winit/Cargo.toml
@@ -48,3 +48,6 @@ wasm-bindgen-futures = "0.4.33" web-sys = { version = "0.3.60", features = [ "HtmlCollection", "Text" ] } getrandom = { version = "0.2.10", features = ["js"] } +rustls-webpki = "=0.101.4" +sct = "=0.7.0" +ureq = "=2.7.1"