From fde2d83c5c2369de30153b36964f614550dbdab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:15:38 +0000 Subject: [PATCH] build(deps): bump console_error_panic_hook from 0.1.6 to 0.1.7 Bumps [console_error_panic_hook](https://github.com/rustwasm/console_error_panic_hook) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/rustwasm/console_error_panic_hook/releases) - [Commits](https://github.com/rustwasm/console_error_panic_hook/commits) --- updated-dependencies: - dependency-name: console_error_panic_hook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f3b152..e569480 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,11 +334,11 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "console_error_panic_hook" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211" +checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 64a72bc..9769679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ reqwest = { version = "0.11.4", features = [ "blocking" ]} glutin = "0.27.0" [target.'cfg(target_arch = "wasm32")'.dependencies] -console_error_panic_hook = "0.1.6" +console_error_panic_hook = "0.1.7" web-sys = "0.3.52" [dependencies.steven_resources]