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 f1a3f6a..e1cab46 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.84" -js-sys = "0.3.61" +wasm-bindgen = "0.2.87" +js-sys = "0.3.64" console_error_panic_hook = "0.1.7" |