Skip to content

Commit

Permalink
build(deps): bump rhai in /duckdb_evalexpr_rhai_rust
Browse files Browse the repository at this point in the history
Bumps [rhai](https://github.com/rhaiscript/rhai) from 1.20.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.20.0...v1.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 3f7bfd4 commit 8a90dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions duckdb_evalexpr_rhai_rust/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 duckdb_evalexpr_rhai_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "duckdb_evalexpr_rhai_rust"
crate-type = ["staticlib"]

[dependencies]
rhai = { version = "1.20.0", features = ["serde"] }
rhai = { version = "1.20.1", features = ["serde"] }
rhai-fs = "0.1.3"
rhai-rand = "0.1.6"
rhai-sci = { version = "0.2.1", features = ["nalgebra", "rand"], default-features=false }
Expand Down

0 comments on commit 8a90dad

Please sign in to comment.