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"