diff --git a/examples/with_winit/Cargo.toml b/examples/with_winit/Cargo.toml index 3fb7410..8515cb7 100644 --- a/examples/with_winit/Cargo.toml +++ b/examples/with_winit/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.17" [target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies] vello = { path = "../../", features = ["hot_reload"] } -notify-debouncer-mini = "0.2.1" +notify-debouncer-mini = "0.3" [target.'cfg(target_os = "android")'.dependencies] @@ -44,6 +44,6 @@ android_logger = "0.13.0" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -console_log = "0.2" +console_log = "1" wasm-bindgen-futures = "0.4.33" web-sys = { version = "0.3.60", features = [ "HtmlCollection", "Text" ] }