diff --git a/frontend/src-wasm/Cargo.lock b/frontend/src-wasm/Cargo.lock index ba60fba4d..78f03b109 100644 --- a/frontend/src-wasm/Cargo.lock +++ b/frontend/src-wasm/Cargo.lock @@ -150,9 +150,9 @@ dependencies = [ [[package]] name = "console_log" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878ad067d4089144a36ee412d665916c665430eb84c0057b9987f424a5d15c03" +checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" dependencies = [ "log", "wasm-bindgen", diff --git a/frontend/src-wasm/Cargo.toml b/frontend/src-wasm/Cargo.toml index d767a4664..5ed196038 100644 --- a/frontend/src-wasm/Cargo.toml +++ b/frontend/src-wasm/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"] cfg-if = "1.0.0" chrono = { version = "0.4.23", features = ["wasmbind"] } console_error_panic_hook = { version = "0.1.7", optional = true } -console_log = { version = "0.2.1", features = ["color"] } +console_log = { version = "0.2.2", features = ["color"] } js-sys = "0.3.61" log = "0.4.17" serde = "1.0.152"