From dee7278c78e4276aa5ee42f593c6970ca2d1b21d Mon Sep 17 00:00:00 2001 From: Kaede Hoshikawa Date: Sun, 12 Dec 2021 09:34:59 +0900 Subject: [PATCH] Update dependencies. --- packages/stylist/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/stylist/Cargo.toml b/packages/stylist/Cargo.toml index 3d7b221..b59180a 100644 --- a/packages/stylist/Cargo.toml +++ b/packages/stylist/Cargo.toml @@ -23,15 +23,15 @@ stylist-core = { path = "../stylist-core", version = "0.10.0" } stylist-macros = { path = "../stylist-macros", version = "0.10.0", optional = true } once_cell = "1.8.0" -wasm-bindgen = "0.2.77" -yew = { version = "0.19", optional = true, default-features = false } +wasm-bindgen = "0.2.78" +yew = { version = "0.19.3", optional = true, default-features = false } # js-sys = { version = "0.3.55", optional = true } -gloo-events = { version = "0.1", optional = true } +gloo-events = { version = "0.1.1", optional = true } fastrand = { version = "1.5.0", optional = true } -instant = { version = "0.1", optional = true, features = ["wasm-bindgen"] } +instant = { version = "0.1.12", optional = true, features = ["wasm-bindgen"] } [dependencies.web-sys] -version = "0.3.54" +version = "0.3.55" features = [ "Window", "Document", @@ -44,8 +44,8 @@ features = [ [dev-dependencies] log = "0.4.14" env_logger = "0.9.0" -trybuild = "1.0.45" -yew = { version = "0.19" } +trybuild = "1.0.53" +yew = "0.19.3" [features] random = ["fastrand", "instant"]