From 8f9f8928fb4d4c84ca476e5557643f5e2a6ccb61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:03:06 +0000 Subject: [PATCH] fix(deps): update rust crate wasm-bindgen to 0.2.92 --- project-euler-problems-1-to-100/Cargo.toml | 2 +- project-euler-problems-101-to-200/Cargo.toml | 2 +- project-euler-problems-201-to-300/Cargo.toml | 2 +- project-euler-problems-301-to-400/Cargo.toml | 2 +- project-euler-problems-401-to-480/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/project-euler-problems-1-to-100/Cargo.toml b/project-euler-problems-1-to-100/Cargo.toml index 1075428..05bf410 100644 --- a/project-euler-problems-1-to-100/Cargo.toml +++ b/project-euler-problems-1-to-100/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.90" +wasm-bindgen = "0.2.92" diff --git a/project-euler-problems-101-to-200/Cargo.toml b/project-euler-problems-101-to-200/Cargo.toml index fb18a52..ed7c817 100644 --- a/project-euler-problems-101-to-200/Cargo.toml +++ b/project-euler-problems-101-to-200/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.92" diff --git a/project-euler-problems-201-to-300/Cargo.toml b/project-euler-problems-201-to-300/Cargo.toml index 20d48f2..bc728bc 100644 --- a/project-euler-problems-201-to-300/Cargo.toml +++ b/project-euler-problems-201-to-300/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.92" diff --git a/project-euler-problems-301-to-400/Cargo.toml b/project-euler-problems-301-to-400/Cargo.toml index 46f2026..9aafded 100644 --- a/project-euler-problems-301-to-400/Cargo.toml +++ b/project-euler-problems-301-to-400/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.92" diff --git a/project-euler-problems-401-to-480/Cargo.toml b/project-euler-problems-401-to-480/Cargo.toml index 612b6aa..4d54841 100644 --- a/project-euler-problems-401-to-480/Cargo.toml +++ b/project-euler-problems-401-to-480/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.84" +wasm-bindgen = "0.2.92"