Skip to content

Commit

Permalink
fix(deps): update rust crate rhai to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed May 28, 2023
1 parent 4453122 commit 3822f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.13", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rhai = {version = "1.14", 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 3822f3a

Please sign in to comment.