From d116c43e2738fc62cdf99037917ed4ecbb44da39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 00:04:57 +0000 Subject: [PATCH] build(deps): bump rhai from 1.14.0 to 1.15.0 Bumps rhai from 1.14.0 to 1.15.0. --- updated-dependencies: - dependency-name: rhai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc8466c..ef70359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2192,9 +2192,9 @@ dependencies = [ [[package]] name = "rhai" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2c99b27f6661b4d217b6aa21727c6a0808729266edfc8a8877042d609b1904e" +checksum = "778dd6094c66d4e31cd7b28533aa38af6379e8bbc4fe7aedcb3ed83aa6dc315a" dependencies = [ "ahash", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 03fe5fa..37192f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ chrono = { version = "0.4", default-features = false, features = [ zstd = "0.12" enum-map = "2" enum-map-derive = "0.11" -rhai = { version = "1.14", features = [ +rhai = { version = "1.15", features = [ "sync", "serde", "no_optimize",