diff --git a/crates/bounce/Cargo.toml b/crates/bounce/Cargo.toml index cb05b69..421183a 100644 --- a/crates/bounce/Cargo.toml +++ b/crates/bounce/Cargo.toml @@ -21,7 +21,7 @@ bounce-macros = { path = "../bounce-macros", version = "0.9.0" } futures = "0.3.28" async-trait = { version = "0.1.68", optional = true } -gloo = { version = "0.10.0", features = ["futures"], optional = true } +gloo = { version = "0.11.0", features = ["futures"], optional = true } html-escape = { version = "0.2.13", optional = true } serde = { version = "1.0.164", features = ["derive"] } tracing = "0.1" @@ -47,7 +47,7 @@ helmet = ["gloo", "web-sys"] [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } yew = { version = "0.21", features = ["csr", "ssr"] } thiserror = "1" diff --git a/examples/divisibility-input/Cargo.toml b/examples/divisibility-input/Cargo.toml index b69abbc..8339da7 100644 --- a/examples/divisibility-input/Cargo.toml +++ b/examples/divisibility-input/Cargo.toml @@ -16,5 +16,5 @@ wasm-bindgen = "0.2.87" [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys = "0.3.64" diff --git a/examples/divisibility/Cargo.toml b/examples/divisibility/Cargo.toml index bfdfb14..41ad6a9 100644 --- a/examples/divisibility/Cargo.toml +++ b/examples/divisibility/Cargo.toml @@ -16,5 +16,5 @@ wasm-bindgen = "0.2.87" [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys = "0.3.64" diff --git a/examples/helmet-ssr/Cargo.toml b/examples/helmet-ssr/Cargo.toml index 9da0086..d67f06b 100644 --- a/examples/helmet-ssr/Cargo.toml +++ b/examples/helmet-ssr/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" yew-router = "0.18" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys= "0.3.64" bytes = "1.4.0" diff --git a/examples/helmet-title/Cargo.toml b/examples/helmet-title/Cargo.toml index 8208456..612cbb1 100644 --- a/examples/helmet-title/Cargo.toml +++ b/examples/helmet-title/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" yew-router = "0.18" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys= "0.3.64" [dev-dependencies] diff --git a/examples/notion/Cargo.toml b/examples/notion/Cargo.toml index 689fba4..f6fc44a 100644 --- a/examples/notion/Cargo.toml +++ b/examples/notion/Cargo.toml @@ -16,5 +16,5 @@ wasm-bindgen = "0.2.87" [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys = "0.3.64" diff --git a/examples/partial-render/Cargo.toml b/examples/partial-render/Cargo.toml index 4575b76..d887739 100644 --- a/examples/partial-render/Cargo.toml +++ b/examples/partial-render/Cargo.toml @@ -16,5 +16,5 @@ wasm-bindgen = "0.2.87" [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys = "0.3.64" diff --git a/examples/persist/Cargo.toml b/examples/persist/Cargo.toml index 8881788..a19a519 100644 --- a/examples/persist/Cargo.toml +++ b/examples/persist/Cargo.toml @@ -12,7 +12,7 @@ yew = { version = "0.21", features = ["csr"] } log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } [dependencies.web-sys] version = "0.3.64" diff --git a/examples/queries-mutations/Cargo.toml b/examples/queries-mutations/Cargo.toml index b10c2b1..ff60739 100644 --- a/examples/queries-mutations/Cargo.toml +++ b/examples/queries-mutations/Cargo.toml @@ -25,4 +25,4 @@ features = [ [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } diff --git a/examples/queries-ssr/Cargo.toml b/examples/queries-ssr/Cargo.toml index 2213e05..cd91715 100644 --- a/examples/queries-ssr/Cargo.toml +++ b/examples/queries-ssr/Cargo.toml @@ -42,7 +42,7 @@ html_parser = "0.7.0" [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } [features] csr = ["yew/csr", "yew/hydration"] diff --git a/examples/random-uuid/Cargo.toml b/examples/random-uuid/Cargo.toml index 454ee58..9b00fa1 100644 --- a/examples/random-uuid/Cargo.toml +++ b/examples/random-uuid/Cargo.toml @@ -23,4 +23,4 @@ features = [ [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } diff --git a/examples/simple/Cargo.toml b/examples/simple/Cargo.toml index c6b0ede..d04f00a 100644 --- a/examples/simple/Cargo.toml +++ b/examples/simple/Cargo.toml @@ -21,4 +21,4 @@ features = [ [dev-dependencies] wasm-bindgen-test = "0.3.37" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } diff --git a/examples/title/Cargo.toml b/examples/title/Cargo.toml index 678e7d9..d000c33 100644 --- a/examples/title/Cargo.toml +++ b/examples/title/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" yew-router = "0.18" -gloo = { version = "0.10.0", features = ["futures"] } +gloo = { version = "0.11.0", features = ["futures"] } web-sys= "0.3.64" [dev-dependencies]