From fbef291d7c308a804dc447e34860eba277aa65b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:26:51 +0000 Subject: [PATCH] build(deps): bump screeps-game-api from 0.22.0 to 0.23.1 Bumps [screeps-game-api](https://github.com/rustyscreeps/screeps-game-api) from 0.22.0 to 0.23.1. - [Changelog](https://github.com/rustyscreeps/screeps-game-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustyscreeps/screeps-game-api/compare/screeps-game-api-0.22.0...screeps-game-api-0.23.1) --- updated-dependencies: - dependency-name: screeps-game-api dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++++++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a80ab60..0f05ecd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ "js-sys", "lazy_static", "log", - "screeps-game-api", + "screeps-game-api 0.23.1", "screeps-game-utils", "wasm-bindgen", "web-sys", @@ -396,6 +396,25 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "screeps-game-api" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63c4212d104bb403cdb387c3205e3ae056cb09f5d0227526470d878f69993a61" +dependencies = [ + "arrayvec", + "enum-iterator", + "enum_dispatch", + "js-sys", + "num-derive", + "num-traits", + "serde", + "serde-wasm-bindgen", + "serde_json", + "serde_repr", + "wasm-bindgen", +] + [[package]] name = "screeps-game-utils" version = "0.22.1" @@ -403,7 +422,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb12354a462cba45552e938073c37081fd748a8ce6a22f9e3f82ac951f6adeee" dependencies = [ "chrono", - "screeps-game-api", + "screeps-game-api 0.22.0", "serde", "serde_json", "serde_with", diff --git a/Cargo.toml b/Cargo.toml index 088e3e1..ed781e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["console_error_panic_hook"] js-sys = "0.3" log = "0.4" fern = "0.7" -screeps-game-api = "0.22" +screeps-game-api = "0.23" wasm-bindgen = "0.2.84" web-sys = { version = "0.3", features = ["console"] }