Skip to content

Commit

Permalink
build(deps): bump rhai from 1.19.0 to 1.20.1 in /native/rhai_rustler (#…
Browse files Browse the repository at this point in the history
…236)

Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.19.0 to 1.20.1.
- [Release notes](https://github.com/rhaiscript/rhai/releases)
- [Changelog](https://github.com/rhaiscript/rhai/blob/main/CHANGELOG.md)
- [Commits](rhaiscript/rhai@v1.19.0...v1.20.1)

---
updated-dependencies:
- dependency-name: rhai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 215f979 commit b63e77e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions native/rhai_rustler/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 native/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rhai = { version = "=1.19.0", features = ["sync"] }
rhai = { version = "=1.20.1", features = ["sync"] }
rhai-dylib = { version = "0.4.0", features = ["sync"] }
thiserror = "2.0.9"
rustler = "0.35.0"
Expand Down

0 comments on commit b63e77e

Please sign in to comment.