diff --git a/Cargo.lock b/Cargo.lock index ca406e33..620bae06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,9 +1220,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" +checksum = "482ce8a491a501da4cd806bd190275363d674f2845005c6ddbd5d3e1dd54495d" dependencies = [ "futures-channel", "futures-core", diff --git a/examples/wasm-http-channels/Cargo.toml b/examples/wasm-http-channels/Cargo.toml index 428e966b..9ec009ff 100644 --- a/examples/wasm-http-channels/Cargo.toml +++ b/examples/wasm-http-channels/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.49.0", features = [ [target.'cfg(target_arch = "wasm32")'.dependencies] [dependencies] -gloo-timers = { version = "0.3.0", features = ["futures"] } +gloo-timers = { version = "0.4.0", features = ["futures"] } web-sys = { version = "0.3.77", features = ["console"] } # # for the server: