diff --git a/project-euler-problems-101-to-200/Cargo.toml b/project-euler-problems-101-to-200/Cargo.toml index fb18a52..4c028bb 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.90" diff --git a/project-euler-problems-201-to-300/Cargo.toml b/project-euler-problems-201-to-300/Cargo.toml index 20d48f2..51a3a79 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.90" diff --git a/project-euler-problems-301-to-400/Cargo.toml b/project-euler-problems-301-to-400/Cargo.toml index 46f2026..37ec909 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.90" diff --git a/project-euler-problems-401-to-480/Cargo.toml b/project-euler-problems-401-to-480/Cargo.toml index 612b6aa..6a114f5 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.90"