Skip to content

Commit

Permalink
Bump rustler from 0.34.0 to 0.35.0 in /native/html5ever_nif
Browse files Browse the repository at this point in the history
Bumps [rustler](https://github.com/rusterlium/rustler) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/rusterlium/rustler/releases)
- [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md)
- [Commits](rusterlium/rustler@rustler-0.34.0...rustler-0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 9bbf565 commit 25b540d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 72 deletions.
90 changes: 19 additions & 71 deletions native/html5ever_nif/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/html5ever_nif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
# See the Precompilation guide for details about the features: https://github.com/philss/rustler_precompiled/blob/main/PRECOMPILATION_GUIDE.md
rustler = { version = "0.34", default-features = false, features = ["derive", "nif_version_2_15"] }
rustler = { version = "0.35", default-features = false, features = ["derive", "nif_version_2_15"] }

html5ever = "0.27"
markup5ever = "0.12"
Expand Down

0 comments on commit 25b540d

Please sign in to comment.