diff --git a/flash-lso/Cargo.toml b/flash-lso/Cargo.toml index e7ba8d2..a23a56a 100644 --- a/flash-lso/Cargo.toml +++ b/flash-lso/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "=1.0.219", optional = true, features = ["derive", "rc"] } [dev-dependencies] pretty_assertions = "=1.4.1" serde_json = "=1.0.141" -criterion = "=0.6.0" +criterion = "=0.7.0" [[bench]] name = "benchmarks" diff --git a/web/Cargo.toml b/web/Cargo.toml index db441e5..9771703 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] yew = { version = "=0.21.0", features = ["csr"] } -web-sys = "=0.3.77" +web-sys = "=0.3.78" wasm-bindgen = "=0.2.100" js-sys = "=0.3.77" log = "=0.4.27"