Skip to content

Commit

Permalink
Merge pull request #246 from FyraLabs/dependabot/cargo/rhai-1.21.0
Browse files Browse the repository at this point in the history
chore(deps): bump rhai from 1.20.1 to 1.21.0
  • Loading branch information
madonuko authored Jan 27, 2025
2 parents 24ee3b8 + 241f4eb commit 8006a1c
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 andax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8006a1c

Please sign in to comment.