Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the cargo group with 4 updates in the / directory: thiserror, minijinja, css-inline and html2text.

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates minijinja from 2.14.0 to 2.15.1

Release notes

Sourced from minijinja's releases.

2.15.1

Release Notes

  • Re-release of 2.15.0 because of a bad release.

Install minijinja-cli 2.15.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.15.1/minijinja-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/minijinja/releases/download/2.15.1/minijinja-cli-installer.ps1 | iex"

Download minijinja-cli 2.15.1

File Platform Checksum
minijinja-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
minijinja-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
minijinja-cli-i686-pc-windows-msvc.zip x86 Windows checksum
minijinja-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
minijinja-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
minijinja-cli-i686-unknown-linux-gnu.tar.xz x86 Linux checksum
minijinja-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
minijinja-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
minijinja-cli-i686-unknown-linux-musl.tar.xz x86 MUSL Linux checksum
minijinja-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

2.15.0

Release Notes

  • Added py.typed marker for PEP 561 typing support in Python bindings. #853
  • Added optional default argument to map.get() method in pycompat. #852
  • Added a go language port. #854
  • Fixed stability guarantees for the |sort filter when using reverse=true. #856
  • Fixed missing SemiStrict undefined mapping in Python bindings. #859

Install minijinja-cli 2.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/minijinja/releases/download/2.15.0/minijinja-cli-installer.sh | sh

... (truncated)

Changelog

Sourced from minijinja's changelog.

2.15.1

  • Re-release of 2.15.0 because of a bad release.

2.15.0

  • Added py.typed marker for PEP 561 typing support in Python bindings. #853
  • Added optional default argument to map.get() method in pycompat. #852
  • Added a go language port. #854
  • Fixed stability guarantees for the |sort filter when using reverse=true. #856
  • Fixed missing SemiStrict undefined mapping in Python bindings. #859
Commits
  • 96caba2 Release 2.15.1
  • 00c0d7c Copy LICENSE file instead of symlink for pkg.go.dev
  • 3c35add Update cargo-dist to 0.30.3 for macOS-15 runners
  • 5e6dbd1 Release 2.15.0
  • 0bc0429 Improve some go examples
  • 1841624 Update some deps
  • bbf292e Added stacktrace support go minijinja-go
  • 7c7c241 Correct go link in readme
  • 70784da Added more go examples
  • 98826c4 Ensure to tag go releases
  • Additional commits viewable in compare view

Updates css-inline from 0.19.0 to 0.19.1

Release notes

Sourced from css-inline's releases.

[JavaScript] Release 0.19.1

Fixed

  • Missing darwin-x64 package due to incorrect build target on ARM runners.

[C] Release 0.19.1

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[Java] Release 0.19.1

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[PHP] Release 0.19.1

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[Python] Release 0.19.1

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637

[Ruby] Release 0.19.1

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

... (truncated)

Changelog

Sourced from css-inline's changelog.

[0.19.1] - 2026-01-23

Changed

  • Update html5ever to 0.38.
  • Update selectors to 0.35.

Fixed

  • Inline !important styles being overwritten by stylesheet !important styles. #637
Commits
  • 309edc0 chore(c): Release 0.19.1
  • 32d2a8e chore(python): Release 0.19.1
  • d60b8a3 chore(rust): Release 0.19.1
  • 1973c99 chore(python): Add Python 3.14 builds
  • ea626db build(deps): bump lodash from 4.17.21 to 4.17.23 in /bindings/javascript
  • a6bd591 build(deps): bump tar from 7.5.2 to 7.5.6 in /bindings/javascript
  • 0abdefb build(deps): bump lru in /bindings/ruby/ext/css_inline
  • 440450b build(deps): update wasm-bindgen requirement in /bindings/javascript
  • 4411bb1 build(deps): Update selectors & html5ever
  • 88698cb build: Fix PHP builds
  • Additional commits viewable in compare view

Updates html2text from 0.16.5 to 0.16.7

Changelog

Sourced from html2text's changelog.

0.16.7

  • [added] Support <b> tags as bold (thanks amir)
  • [changed] Update html5ever to 0.38.0 (thanks mtorromeo)

0.16.6

  • [changed] Update html5ever and tendril dependencies.
Commits
  • ec40e98 Merge pull request #265 from jugglerchris/update_edition_2024
  • 028ce0d Run cargo fmt.
  • cff74f8 Updates for 0.16.7.
  • 877bc83 Update html5ever to 0.38.
  • d7e58fd Update to Rust 2024 edition.
  • 401d944 Merge pull request #263 from amir/add-support-for-html-tag-b
  • d15baa7 Add support for HTML tag b
  • ca1e964 Merge pull request #260 from jugglerchris/updates_20260117
  • 57d4e4d Update some dependencies, and update version to 0.16.6.
  • 2584097 Merge pull request #257 from jugglerchris/updates_20260110
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo group with 4 updates in the / directory: [thiserror](https://github.com/dtolnay/thiserror), [minijinja](https://github.com/mitsuhiko/minijinja), [css-inline](https://github.com/Stranger6667/css-inline) and [html2text](https://github.com/jugglerchris/rust-html2text).


Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `minijinja` from 2.14.0 to 2.15.1
- [Release notes](https://github.com/mitsuhiko/minijinja/releases)
- [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/minijinja@2.14.0...minijinja-go/v2.15.1)

Updates `css-inline` from 0.19.0 to 0.19.1
- [Release notes](https://github.com/Stranger6667/css-inline/releases)
- [Changelog](https://github.com/Stranger6667/css-inline/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/css-inline@c-v0.19.0...c-v0.19.1)

Updates `html2text` from 0.16.5 to 0.16.7
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@release_0.16.5...release_0.16.7)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: minijinja
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: css-inline
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: html2text
  dependency-version: 0.16.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-4cc1e0fbde branch February 9, 2026 04:25
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants