Skip to content

Commit

Permalink
fix(deps): update rust crate rhai to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent f2a5989 commit 9b526d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pretty_env_logger = "0.5"
prettytable-rs = "^0.10"
prost = "0.11"
reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false}
rhai = {version = "1.14", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rhai = {version = "1.16", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rust-embed = {version = "6.6", features = ["mime-guess"]}
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
Expand Down

0 comments on commit 9b526d2

Please sign in to comment.