diff --git a/Cargo.lock b/Cargo.lock index e41db77..0aab0a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1656,9 +1656,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rhai" -version = "1.20.1" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0277a46f29fe3b3eb10821ca2c65a4751b686b6c84422aae31695ba167b0fbc" +checksum = "ce4d759a4729a655ddfdbb3ff6e77fb9eadd902dae12319455557796e435d2a6" dependencies = [ "ahash", "bitflags 2.8.0", diff --git a/andax/Cargo.toml b/andax/Cargo.toml index f14b5dd..b67e1d0 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -16,7 +16,7 @@ path = "./lib.rs" serde_json = { workspace = true } regex = { workspace = true } lazy_static = { workspace = true } -rhai = { version = "1.20.0", features = ["serde", "internals"] } +rhai = { version = "1.21.0", features = ["serde", "internals"] } ureq = { version = "~3", features = ["json"] } tracing = { workspace = true } color-eyre = { workspace = true }