diff --git a/Cargo.lock b/Cargo.lock index f0bf1e7..83e6e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 7eab8c0..66d2131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"