From f3d39501b342de8383aeb595d44e51b49b72b755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 19:37:57 +0900 Subject: [PATCH] Update stylist requirement from 0.11.0 to 0.12.0 (#66) --- examples/divisibility-input/Cargo.toml | 2 +- examples/divisibility/Cargo.toml | 2 +- examples/notion/Cargo.toml | 2 +- examples/partial-render/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/divisibility-input/Cargo.toml b/examples/divisibility-input/Cargo.toml index 5f64bfb..7d828f7 100644 --- a/examples/divisibility-input/Cargo.toml +++ b/examples/divisibility-input/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/divisibility/Cargo.toml b/examples/divisibility/Cargo.toml index 83ebc6d..95993c7 100644 --- a/examples/divisibility/Cargo.toml +++ b/examples/divisibility/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/notion/Cargo.toml b/examples/notion/Cargo.toml index 8a23f4f..aa19dc1 100644 --- a/examples/notion/Cargo.toml +++ b/examples/notion/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83" diff --git a/examples/partial-render/Cargo.toml b/examples/partial-render/Cargo.toml index b2e1e79..fcfa743 100644 --- a/examples/partial-render/Cargo.toml +++ b/examples/partial-render/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] bounce = { path = "../../crates/bounce" } yew = { version = "0.20", features = ["csr"] } -stylist = { version = "0.11.0", features = ["yew"] } +stylist = { version = "0.12.0", features = ["yew"] } log = "0.4.17" console_log = { version = "0.2.0", features = ["color"] } wasm-bindgen = "0.2.83"