chore(deps): update rust crate rhai to 1.16 (#886)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-15 02:53:14 +02:00 committed by GitHub
parent 1d8651cc42
commit 97fa8caa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -2205,14 +2205,15 @@ dependencies = [
[[package]]
name = "rhai"
version = "1.15.1"
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2a11a646ef5d4e4a9d5cf80c7e4ecb20f9b1954292d5c5e6d6cbc8d33728ec"
checksum = "637a4f79f65571b1fd1a0ebbae05bbbf58a01faf612abbc3eea15cda34f0b87a"
dependencies = [
"ahash",
"bitflags 1.3.2",
"bitflags 2.4.0",
"instant",
"num-traits",
"once_cell",
"rhai_codegen",
"serde",
"smallvec",

View File

@ -206,7 +206,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd
zstd = "0.12"
enum-map = "2"
enum-map-derive = "0.14"
rhai = { version = "1.15", features = ["sync", "serde", "no_optimize", "no_module", "no_custom_syntax", "only_i64"] }
rhai = { version = "1.16", features = ["sync", "serde", "no_optimize", "no_module", "no_custom_syntax", "only_i64"] }
simplelog = "0.12"
comfy-table = "7.0.1"