mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-24 03:10:28 +02:00
update-deps
This commit is contained in:
parent
a87c286df7
commit
abfe08c0e7
@ -17,10 +17,12 @@ js-sys = "0.3.51"
|
|||||||
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
|
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
|
||||||
# code size when deploying.
|
# code size when deploying.
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
|
tokio = { version = "1.29.1", features = ["sync"] }
|
||||||
|
|
||||||
[dependencies.web-sys]
|
[dependencies.web-sys]
|
||||||
version = "0.3.4"
|
version = "0.3.4"
|
||||||
features = [
|
features = [
|
||||||
|
'CssStyleDeclaration',
|
||||||
'Document',
|
'Document',
|
||||||
'Element',
|
'Element',
|
||||||
'HtmlElement',
|
'HtmlElement',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user