Skip to content

Commit 7b7d2b5

Browse files
Bump rustler from 0.27.0 to 0.28.0 in /native/html5ever_nif (#88)
Bumps [rustler](https://github.com/rusterlium/rustler) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/rusterlium/rustler/releases) - [Changelog](https://github.com/rusterlium/rustler/blob/master/CHANGELOG.md) - [Commits](rusterlium/rustler@rustler-0.27.0...rustler-0.28.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>
1 parent 7de19ed commit 7b7d2b5

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

native/html5ever_nif/Cargo.lock

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/html5ever_nif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
rustler = "0.27.0"
13+
rustler = "0.28.0"
1414

1515
html5ever = "0.26"
1616
markup5ever = "0.11"

0 commit comments

Comments
 (0)