Merge pull request #696 from rustic-rs/dependabot/cargo/rhai-1.15.0

build(deps): bump rhai from 1.14.0 to 1.15.0
This commit is contained in:
aawsome 2023-06-20 19:14:53 +02:00 committed by GitHub
commit 2e4e18fed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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",