Skip to content

Commit

Permalink
Update Rust crate rhai to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2022
1 parent fdde708 commit 47798c5
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 @@ -35,7 +35,7 @@ pretty_env_logger = "0.4"
prettytable-rs = "^0.9"
prost = "0.11"
reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false}
rhai = {version = "1.9.1", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rhai = {version = "1.10.0", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}
rust-embed = "6.4"
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 47798c5

Please sign in to comment.