diff --git a/examples/helmet-ssr/Cargo.toml b/examples/helmet-ssr/Cargo.toml index c83c256..bc9ab58 100644 --- a/examples/helmet-ssr/Cargo.toml +++ b/examples/helmet-ssr/Cargo.toml @@ -18,7 +18,7 @@ yew = { version = "0.20" } log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" -yew-router = "0.17" +yew-router = "0.18" gloo = { version = "0.9.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 8b75b21..8e39d37 100644 --- a/examples/helmet-title/Cargo.toml +++ b/examples/helmet-title/Cargo.toml @@ -12,7 +12,7 @@ yew = { version = "0.20", features = ["csr"] } log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" -yew-router = "0.17" +yew-router = "0.18" gloo = { version = "0.9.0", features = ["futures"] } web-sys= "0.3.64" diff --git a/examples/title/Cargo.toml b/examples/title/Cargo.toml index f17daf7..35429c6 100644 --- a/examples/title/Cargo.toml +++ b/examples/title/Cargo.toml @@ -12,7 +12,7 @@ yew = { version = "0.20", features = ["csr"] } log = "0.4.19" console_log = { version = "1.0.0", features = ["color"] } wasm-bindgen = "0.2.87" -yew-router = "0.17" +yew-router = "0.18" gloo = { version = "0.9.0", features = ["futures"] } web-sys= "0.3.64"