aboutsummaryrefslogtreecommitdiff
path: root/bv1
diff options
context:
space:
mode:
Diffstat (limited to 'bv1')
-rw-r--r--bv1/app/Cargo.toml2
-rw-r--r--bv1/codec-web/Cargo.toml4
-rw-r--r--bv1/codec/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/bv1/app/Cargo.toml b/bv1/app/Cargo.toml
index 2fd826d..89d4543 100644
--- a/bv1/app/Cargo.toml
+++ b/bv1/app/Cargo.toml
@@ -5,5 +5,5 @@ edition = "2021"
default-run = "main"
[dependencies]
-clap = { version = "4.4.2", features = ["derive"] }
+clap = { version = "4.5.4", features = ["derive"] }
bv1 = { path = "../codec" }
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"
diff --git a/bv1/codec/Cargo.toml b/bv1/codec/Cargo.toml
index 0c52ad2..d4c9002 100644
--- a/bv1/codec/Cargo.toml
+++ b/bv1/codec/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-rayon = {version="1.7.0",optional = true}
+rayon = {version="1.10.0",optional = true}
[features]
default = ["parallel"]