Skip to content

Commit

Permalink
build(deps): bump rustler from 0.33.0 to 0.34.0 in /native/candlex (#186
Browse files Browse the repository at this point in the history
)

Bumps [rustler](https://github.com/rusterlium/rustler) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/rusterlium/rustler/releases)
- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)
- [Commits](rusterlium/rustler@rustler-0.33.0...rustler-0.34.0)

---
updated-dependencies:
- dependency-name: rustler
  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 Oct 10, 2024
1 parent 24ce463 commit 6f1634a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions native/candlex/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/candlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib"]
candle-core = "0.6.0"
half = "2.4.1"
num-traits = "0.2.19"
rustler = { version = "0.33.0", default-features = false, features = ["derive", "nif_version_2_16"] }
rustler = { version = "0.34.0", default-features = false, features = ["derive", "nif_version_2_16"] }
statrs = "0.17.1"
thiserror = "1.0.61"

Expand Down

0 comments on commit 6f1634a

Please sign in to comment.