Skip to content

Commit

Permalink
chore(deps): Bump rhai from 1.19.0 to 1.20.0 (#290)
Browse files Browse the repository at this point in the history
Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.19.0 to 1.20.0.
- [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.0)

---
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 Nov 19, 2024
1 parent f969d92 commit b534a5a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 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 pywr-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ chrono = { workspace = true }
polars = { workspace = true }
pyo3 = { workspace = true, features = ["chrono", "macros"] }
rayon = "1.6"
rhai = { version = "1.19", features = ["sync"] }
rhai = { version = "1.20", features = ["sync"] }
ocl = { version = "0.19", optional = true }
rand = { workspace = true }
rand_distr = "0.4"
Expand Down

0 comments on commit b534a5a

Please sign in to comment.