diff --git a/Cargo.toml b/Cargo.toml index 49ba6c8bc..899bd9faf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde_cbor = { version = "0.9.0", optional = true } serde_json = "1.0" serde_yaml = { version = "0.8.3", optional = true } slab = "0.4" -stdweb = "^0.4.16" +stdweb = "0.4.19" toml = { version = "0.4", optional = true } yew-macro = { version = "0.10.0", path = "crates/macro" } diff --git a/examples/counter/Cargo.toml b/examples/counter/Cargo.toml index 1ad06a5cb..99eb1cbbe 100644 --- a/examples/counter/Cargo.toml +++ b/examples/counter/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Denis Kolodin "] edition = "2018" [dependencies] -stdweb = "0.4.2" +stdweb = "0.4.19" yew = { path = "../.." } diff --git a/examples/inner_html/Cargo.toml b/examples/inner_html/Cargo.toml index ca381ecbf..65c56a4d0 100644 --- a/examples/inner_html/Cargo.toml +++ b/examples/inner_html/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Garrett Berg "] edition = "2018" [dependencies] -stdweb = "0.4.2" +stdweb = "0.4.19" yew = { path = "../.." } diff --git a/examples/js_callback/Cargo.toml b/examples/js_callback/Cargo.toml index 1b4550e5e..7413e6282 100644 --- a/examples/js_callback/Cargo.toml +++ b/examples/js_callback/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] yew = { path = "../.." } -stdweb = "^0.4.16" +stdweb = "^0.4.19" [target.'cfg(all(target_arch = "wasm32", not(cargo_web)))'.dependencies] wasm-bindgen = "=0.2.42" diff --git a/examples/mount_point/Cargo.toml b/examples/mount_point/Cargo.toml index 7fdf92c19..6b8abb922 100644 --- a/examples/mount_point/Cargo.toml +++ b/examples/mount_point/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Ben Berman "] edition = "2018" [dependencies] -stdweb = "0.4" +stdweb = "0.4.19" yew = { path = "../.." } diff --git a/examples/npm_and_rest/Cargo.toml b/examples/npm_and_rest/Cargo.toml index 71aa4b911..edebc8c56 100644 --- a/examples/npm_and_rest/Cargo.toml +++ b/examples/npm_and_rest/Cargo.toml @@ -8,5 +8,5 @@ edition = "2018" failure = "0.1" serde = "1" serde_derive = "1" -stdweb = "0.4" +stdweb = "0.4.19" yew = { path = "../.." } diff --git a/examples/routing/Cargo.toml b/examples/routing/Cargo.toml index 02962ac58..e672ca8b6 100644 --- a/examples/routing/Cargo.toml +++ b/examples/routing/Cargo.toml @@ -9,4 +9,4 @@ log = "0.4" web_logger = "0.1" serde = { version = "1.0", features = ["derive"] } yew = { path = "../.." } -stdweb = "0.4" +stdweb = "0.4.19" diff --git a/examples/two_apps/Cargo.toml b/examples/two_apps/Cargo.toml index 08c7b871f..493082238 100644 --- a/examples/two_apps/Cargo.toml +++ b/examples/two_apps/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Denis Kolodin "] edition = "2018" [dependencies] -stdweb = "0.4" +stdweb = "0.4.19" yew = { path = "../.." }