build(deps): bump rhai from 1.15.0 to 1.15.1

Bumps rhai from 1.15.0 to 1.15.1.

---
updated-dependencies:
- dependency-name: rhai
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-27 00:03:49 +00:00 committed by GitHub
parent 375585a9b1
commit b4d55e61da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2192,9 +2192,9 @@ dependencies = [
[[package]]
name = "rhai"
version = "1.15.0"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "778dd6094c66d4e31cd7b28533aa38af6379e8bbc4fe7aedcb3ed83aa6dc315a"
checksum = "4c2a11a646ef5d4e4a9d5cf80c7e4ecb20f9b1954292d5c5e6d6cbc8d33728ec"
dependencies = [
"ahash",
"bitflags",