From 241f4ebcd773f6d43819fa3476d229750df6a202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:47:36 +0000 Subject: [PATCH] chore(deps): bump rhai from 1.20.1 to 1.21.0 Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.20.1 to 1.21.0. - [Release notes](https://github.com/rhaiscript/rhai/releases) - [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhaiscript/rhai/compare/v1.20.1...v1.21.0) --- updated-dependencies: - dependency-name: rhai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- andax/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e41db77..0aab0a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,9 +1656,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rhai" -version = "1.20.1" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0277a46f29fe3b3eb10821ca2c65a4751b686b6c84422aae31695ba167b0fbc" +checksum = "ce4d759a4729a655ddfdbb3ff6e77fb9eadd902dae12319455557796e435d2a6" dependencies = [ "ahash", "bitflags 2.8.0", diff --git a/andax/Cargo.toml b/andax/Cargo.toml index f14b5dd..b67e1d0 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -16,7 +16,7 @@ path = "./lib.rs" serde_json = { workspace = true } regex = { workspace = true } lazy_static = { workspace = true } -rhai = { version = "1.20.0", features = ["serde", "internals"] } +rhai = { version = "1.21.0", features = ["serde", "internals"] } ureq = { version = "~3", features = ["json"] } tracing = { workspace = true } color-eyre = { workspace = true }