diff options
Diffstat (limited to 'bv1/codec-web')
-rw-r--r-- | bv1/codec-web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bv1/codec-web/Cargo.toml b/bv1/codec-web/Cargo.toml index e1cab46..7c1892c 100644 --- a/bv1/codec-web/Cargo.toml +++ b/bv1/codec-web/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["cdylib"] [dependencies] bv1 = { path = "../codec" } -wasm-bindgen = "0.2.87" -js-sys = "0.3.64" +wasm-bindgen = "0.2.92" +js-sys = "0.3.69" console_error_panic_hook = "0.1.7" |