1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-23 10:50:18 +02:00

update-deps

This commit is contained in:
sakex 2023-07-26 15:21:39 +00:00
parent a87c286df7
commit abfe08c0e7

View File

@ -17,10 +17,12 @@ js-sys = "0.3.51"
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = "0.1.7"
tokio = { version = "1.29.1", features = ["sync"] }
[dependencies.web-sys]
version = "0.3.4"
features = [
'CssStyleDeclaration',
'Document',
'Element',
'HtmlElement',