From fdedff56c4bc4e83c4c83b35c452ed8e39d692f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:43:24 +0000 Subject: [PATCH] build: :arrow_up: bump lol_alloc from 0.4.0 to 0.4.1 in /rust-othello Bumps [lol_alloc](https://github.com/Craig-Macomber/lol_alloc) from 0.4.0 to 0.4.1. - [Commits](https://github.com/Craig-Macomber/lol_alloc/commits) --- updated-dependencies: - dependency-name: lol_alloc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust-othello/Cargo.lock | 4 ++-- rust-othello/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-othello/Cargo.lock b/rust-othello/Cargo.lock index 239a2d0..6946765 100644 --- a/rust-othello/Cargo.lock +++ b/rust-othello/Cargo.lock @@ -38,9 +38,9 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lol_alloc" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36aabc32b791f1a506e0bb90e0fa03e983500549d7b1f2dad45b5fc20ef45974" +checksum = "83e5106554cabc97552dcadf54f57560ae6af3276652f82ca2be06120dc4c5dc" dependencies = [ "spin", ] diff --git a/rust-othello/Cargo.toml b/rust-othello/Cargo.toml index 0220e03..6818e99 100644 --- a/rust-othello/Cargo.toml +++ b/rust-othello/Cargo.toml @@ -15,5 +15,5 @@ opt-level = 3 crate-type = ["cdylib"] [dependencies] -lol_alloc = "0.4.0" +lol_alloc = "0.4.1" wasm-bindgen = "0.2.82"