update dependencies

This commit is contained in:
Simon Gardling 2022-04-07 17:46:31 -04:00
parent 66c56a015a
commit e056211671

View File

@ -59,6 +59,6 @@ async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = tru
instant = { version = "0.1.12", features = ["wasm-bindgen"] } instant = { version = "0.1.12", features = ["wasm-bindgen"] }
console_error_panic_hook = "0.1.7" console_error_panic_hook = "0.1.7"
wee_alloc = "0.4.5" wee_alloc = "0.4.5"
wasm-bindgen = { version = "0.2.79", default-features = false, features = ["std"] } wasm-bindgen = { version = "0.2.80", default-features = false, features = ["std"] }
web-sys = "0.3.56" web-sys = "0.3.57"
tracing-wasm = "0.2.1" tracing-wasm = "0.2.1"