Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Dec 12, 2021
1 parent b2b98b1 commit dee7278
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/stylist/Cargo.toml
Expand Up @@ -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",
Expand All @@ -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"]
Expand Down

0 comments on commit dee7278

Please sign in to comment.