feat: move to rhai_trace 0.3.1 to not panic on certain err

This commit is contained in:
Byson94
2025-10-24 19:02:28 +05:30
parent 726093f534
commit 0b14629dd7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1781,9 +1781,9 @@ dependencies = [
[[package]]
name = "rhai_trace"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90093b2d5beff618cbf5698c4952ecca7eca5c5a6d9a892c0d19d9046d8329e4"
checksum = "4415c698df298d65e46e6d73905afc1b08e2fb60e68b1850c1af9e7dc499d467"
dependencies = [
"rhai",
]

View File

@@ -22,6 +22,6 @@ ahash.workspace = true
nix = { workspace = true, features = ["process", "fs", "signal"] }
libc.workspace = true
# error handling
rhai_trace = "0.3.0"
rhai_trace = "0.3.1"
codespan-reporting.workspace = true
regex.workspace = true