From de3edca4180f9eb2c1bc4c26ea4cc584390b6c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:28:41 +0000 Subject: [PATCH] Bump rhai from 1.18.0 to 1.19.0 Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.18.0 to 1.19.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.18.0...v1.19.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 caeb314..09fca11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,9 +896,9 @@ dependencies = [ [[package]] name = "rhai" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a7d88770120601ba1e548bb6bc2a05019e54ff01b51479e38e64ec3b59d4759" +checksum = "61797318be89b1a268a018a92a7657096d83f3ecb31418b9e9c16dcbb043b702" dependencies = [ "ahash", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index 9ef2e4f..485ce75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0.61" anyhow = "1.0.86" csv = "1.3.0" itertools = "0.13.0" -rhai = { version = "1.18.0", features = ["serde", "sync"] } +rhai = { version = "1.19.0", features = ["serde", "sync"] } [profile.release] lto = true # Enable link-time optimization