diff --git a/Cargo.lock b/Cargo.lock index 5a5a23c..72e0e74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,9 +1528,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lazycell" diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 9204c68..007b9c5 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -15,7 +15,7 @@ crate-type = ["cdylib"] [dependencies] console_error_panic_hook = "0.1.7" js-sys = "0.3.60" -lazy_static = "1.4.0" +lazy_static = "1.5.0" rusvid_core = { path = "../core", version = "0.2.0" } wasm-bindgen = "0.2.63" web-sys = { version = "0.3.60", default-features = false, features = [