diff --git a/packages/yew/Cargo.toml b/packages/yew/Cargo.toml index 6742ddbbac0..9ce5d9a9507 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.19", features = ["sync"] } tokio-stream = { version = "0.1.9", features = ["sync"] } [dependencies.web-sys] -version = "0.3" +version = "^0.3.59" features = [ "AnimationEvent", "Document",