From e056211671c092110243be1bf885e85a2154dd56 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 7 Apr 2022 17:46:31 -0400 Subject: [PATCH] update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 64d836e..f65ae6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } console_error_panic_hook = "0.1.7" wee_alloc = "0.4.5" -wasm-bindgen = { version = "0.2.79", default-features = false, features = ["std"] } -web-sys = "0.3.56" +wasm-bindgen = { version = "0.2.80", default-features = false, features = ["std"] } +web-sys = "0.3.57" tracing-wasm = "0.2.1"