Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rustler from 0.34.0 to 0.35.0 in /native/html5ever_nif #175

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump rustler from 0.34.0 to 0.35.0 in /native/html5ever_nif
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>
dependabot[bot] authored Oct 29, 2024
commit 9e52137269976a81c2b051fa9f4eb1415493b2ad
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
@@ -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"