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 html5ever from 0.14.0 to 0.14.2 #460

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps html5ever from 0.14.0 to 0.14.2.

Release notes

Sourced from html5ever's releases.

v0.14.2

Added

  • Add precompilation targets for Linux running on ARM64 machines (both musl and gnu ABI). This is useful for projects using Nerves.

    Note that this is going to require rustler_precompiled v0.6 or above, since the that version includes ARM64 on Linux as defaults.

Full Changelog: rusterlium/html5ever_elixir@v0.14.1...v0.14.2 Official Changelog: https://github.com/rusterlium/html5ever_elixir/blob/master/CHANGELOG.md

SHA256 checksums

4aa41dcf3d38add85ac9702e00aa32ee35cf660421421b44214cc9374f4ba900  html5ever_nif-v0.14.2-nif-2.15-x86_64-pc-windows-gnu.dll.tar.gz
e5dfcabe05fe468492dc17381f0fcbc3959289b9037f434dc8857346075965e7  html5ever_nif-v0.14.2-nif-2.15-x86_64-pc-windows-msvc.dll.tar.gz
9636235a152a53ca1d7313e85dc1bb6866a2fbb172619d44ffb38a9c705f35c4  html5ever_nif-v0.14.2-nif-2.16-x86_64-pc-windows-gnu.dll.tar.gz
10c6647e334dc676b075375ee5bf8d764394e08323d1a7e8577663142c749ede  html5ever_nif-v0.14.2-nif-2.16-x86_64-pc-windows-msvc.dll.tar.gz
80a3ed1d37fbf6bc4779edf09564bf4aa5ae1d9a5e975972ef35f1f96774ee1c  libhtml5ever_nif-v0.14.2-nif-2.15-aarch64-apple-darwin.so.tar.gz
cb0acf4e56d06190ac36707618fe68bb9188afdca7aa687092be83cc47ab8f82  libhtml5ever_nif-v0.14.2-nif-2.15-aarch64-unknown-linux-gnu.so.tar.gz
df7649579a3ffeb4d02c339efcbd3323c75f4c7edac4a3a80d78323406531331  libhtml5ever_nif-v0.14.2-nif-2.15-aarch64-unknown-linux-musl.so.tar.gz
6c860e5184db10782d0c3bee01665443d160f6b99607b99c06f7fab976cca847  libhtml5ever_nif-v0.14.2-nif-2.15-arm-unknown-linux-gnueabihf.so.tar.gz
79ba9e5915858b12bcd15413970ffdfab8cdfff56a400d4af2ee5b12bc4cfd3e  libhtml5ever_nif-v0.14.2-nif-2.15-x86_64-apple-darwin.so.tar.gz
b907dc7508df918bd1a8139f96ea4a2614952f5d84b04535ddc7693404cf35c0  libhtml5ever_nif-v0.14.2-nif-2.15-x86_64-unknown-linux-gnu.so.tar.gz
8d7e903d2dfee7a42877effed2c4995d5dad2f0dc8c086198f7e8411f24cde89  libhtml5ever_nif-v0.14.2-nif-2.15-x86_64-unknown-linux-musl.so.tar.gz
96cb58e4010572cd20af05ed3ebd7ead8ad6b7b7ca78d8a433e1e64cc8bcb97c  libhtml5ever_nif-v0.14.2-nif-2.16-aarch64-apple-darwin.so.tar.gz
2d5850e82a428c0f34bf7b84d0233541190ad472fefbcec16fb318b33c4508f4  libhtml5ever_nif-v0.14.2-nif-2.16-aarch64-unknown-linux-gnu.so.tar.gz
b1aee3e614976e4bc395462fa831656fc0ca8f2a357b5e2fe6ce24e742a8813f  libhtml5ever_nif-v0.14.2-nif-2.16-aarch64-unknown-linux-musl.so.tar.gz
18e1173a798011a8f78e9f68f36743fa0247f1ae110a5679bbb8fb3a38679c76  libhtml5ever_nif-v0.14.2-nif-2.16-arm-unknown-linux-gnueabihf.so.tar.gz
2465fefe31198bd2993f70458f511b36e4cf26fc4a1adb08d99a8a02461dbab0  libhtml5ever_nif-v0.14.2-nif-2.16-x86_64-apple-darwin.so.tar.gz
984e8534ba1f68ca873cbf683ecbcec0fc42d31479b7a0f8c4ed9dc37e1b95b3  libhtml5ever_nif-v0.14.2-nif-2.16-x86_64-unknown-linux-gnu.so.tar.gz
bdef5107d054c0e9ebf1543108a43ce2a4c9d71f1591e33d825e7263e9a7d711  libhtml5ever_nif-v0.14.2-nif-2.16-x86_64-unknown-linux-musl.so.tar.gz

v0.14.1

Added

  • Add support for rustler_precompiled v0.6.

Changed

  • Update Rustler version in the crate from v0.26 to v0.28. This shouldn't break anything, but would require the installation of rustler v0.28 if needed in the Elixir side.

  • Change the Rust edition to 2021 (it was 2018). This shouldn't change any behaviour.

Pull requests

... (truncated)

Changelog

Sourced from html5ever's changelog.

[0.14.2] - 2023-05-20

Added

  • Add precompilation target for Linux running on ARM64 machines (both musl and gnu ABI). This is useful for projects using Nerves.

    Note that this is going to require rustler_precompiled v0.6 or above, since the that version includes ARM64 on Linux as defaults.

[0.14.1] - 2023-05-20

Added

  • Add support for rustler_precompiled v0.6.

Changed

  • Update Rustler version in the crate from v0.26 to v0.28. This shouldn't break anything, but would require the installation of rustler v0.28 if needed in the Elixir side.

  • Change the Rust edition to 2021 (it was 2018). This shouldn't change any behaviour.

Commits
  • 97c48bb Release v0.14.2
  • 3dbbf83 Try to build for Linux on ARM64
  • d4fc596 Release v0.14.1
  • eed47f6 Bump rustler from 0.27.0 to 0.28.0 (#89)
  • 7b7d2b5 Bump rustler from 0.27.0 to 0.28.0 in /native/html5ever_nif (#88)
  • 7de19ed Use latest action for precompilation
  • fd497ed Remove unused "scoped-pool" Rust crate from deps
  • eea8ced Bump ex_doc from 0.29.3 to 0.29.4 (#87)
  • 29d51f2 Bump ex_doc from 0.29.2 to 0.29.3 (#86)
  • bc8e278 Bump ex_doc from 0.29.1 to 0.29.2 (#85)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html5ever](https://github.com/rusterlium/html5ever_elixir) from 0.14.0 to 0.14.2.
- [Release notes](https://github.com/rusterlium/html5ever_elixir/releases)
- [Changelog](https://github.com/rusterlium/html5ever_elixir/blob/master/CHANGELOG.md)
- [Commits](rusterlium/html5ever_elixir@v0.14.0...v0.14.2)

---
updated-dependencies:
- dependency-name: html5ever
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
@philss philss merged commit 07bb4cc into main May 22, 2023
@philss philss deleted the dependabot/hex/html5ever-0.14.2 branch May 22, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant