Skip to content

Commit

Permalink
fix(deps): update rust crate console_error_panic_hook to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 7f69820 commit 7f6d246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rrr_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ symphonia = { version = "0.5", default-features = false, features = ["mp3"] }
cpal = "0.14"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
console_error_panic_hook = "0.1"
console_error_panic_hook = "0.1.7"
cpal = { version = "0.14", features = ["wasm-bindgen"] }
2 changes: 1 addition & 1 deletion crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench = ["dep:rrr_bench"]

[dependencies]
anyhow = "1.0.82"
console_error_panic_hook = "0.1"
console_error_panic_hook = "0.1.7"
console_log = "1.0"
js-sys = "0.3"
log = "0.4"
Expand Down

0 comments on commit 7f6d246

Please sign in to comment.