Skip to content

Update ructe requirement from 0.17.0 to 0.18.0 - #20

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/ructe-0.18.0
Closed

Update ructe requirement from 0.17.0 to 0.18.0#20
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/ructe-0.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 5, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on ructe to permit the latest version.

Release notes

Sourced from ructe's releases.

0.18.0

Released 2025-02-03

  • Fixed clippy lints in generated code (PR #143). Thanks @​vbrandl!
  • Added a clearer "Getting started" section in the docs (PR #145). Thanks @​j-n-f for the suggestion.
  • Fixed some clippy lints in ructe itself.
  • Updated itertools depenendency to 0.14.0.
  • Updated optional rsass dependency to 0.29.0.
  • Removed historic mime02 feature and iron and nickel examples.
  • Updated axum in example to 0.8.1.
  • MSRV is now 1.63.0.
Changelog

Sourced from ructe's changelog.

Release 0.18.0 -- 2025-02-03

  • Fixed clippy lints in generated code (PR #143). Thanks @​vbrandl!
  • Added a clearer "Getting started" section in the docs (PR #145). Thanks @​j-n-f for the suggestion.
  • Fixed some clippy lints in ructe itself.
  • Updated itertools depenendency to 0.14.0.
  • Updated optional rsass dependency to 0.29.0.
  • Removed historic mime02 feature and iron and nickel examples.
  • Updated axum in example to 0.8.1.
  • MSRV is now 1.63.0.

Release 0.17.2 -- 2024-06-30

  • The main branch in git is now main rather than master.
  • Update clippy lint usage to get rid of warnings in all code using ructe (PR #137). Thanks @​vbradl!
  • Identified a problem with Content parameters sent through intermediate templates, and documented a workaround for it (Issue #134, PR #141). Thanks @​drehren and @​kornelski.
  • The axum test is mentioned in [README.md] (PR #138). Thanks @​abd0-omar!
  • Update base64 to 0.22.1 and itertools dependency to 0.13.0.
  • MSRV is now 1.61.0.

Release 0.17.0 -- 2023-07-22

  • Added a check that no more than one of the http-types, mime02, or mime03 features are enabled (PR #124). Thanks @​rustafarian-dev.
  • Changed the writer type from W: &mut Write to just W: Write (PR #125). Thanks @​kornelski!
  • Fixed handling of MULTI_WORD_CONSTANTS in templates (Issue #129, PR #130). Thanks @​wezm!
  • More ways to create a working rust symbol name from a "strange" static file name. Illegal characters are replaced by _, and if the file name starts with a number it is prefixed with n (Issue #82, PR #132). Thanks @​Aedius for reporting!
  • Fixed more clippy lints (PR #123, #127). Thanks @​vbrandl!
  • Updated rsass to 0.28.0 and itertools to 0.11.0.

Release 0.16.1 -- 2023-01-28

  • Msrv is 1.58.1, so let ructe itself use rust edition 2021.
  • Use format strings with inline captures (in ructe itself and generated code).

... (truncated)

Commits
  • 38f2176 Release 0.18.0 -- 2025-02-03
  • 072fe60 Merge pull request #145 from kaj/getting-started
  • f653e86 Keep the example template near the top of docs.
  • 87967c0 Add a getting started
  • 5cd211d MSRV is now 1.63.0 as required by itertools.
  • 25ac787 Update itertools to 0.14.0.
  • 25676f9 Differentiate optional deps from features.
  • 21ccc8a Merge pull request #144 from kaj/purge-historic
  • 62bd148 Purge the mime02 feature.
  • 5374c21 Purge historic iron and nickel examples.
  • 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 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)

Updates the requirements on [ructe](https://github.com/kaj/ructe) to permit the latest version.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Changelog](https://github.com/kaj/ructe/blob/main/CHANGELOG.md)
- [Commits](kaj/ructe@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: ructe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
@dependabot @github

dependabot Bot commented on behalf of github Feb 7, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #21.

@dependabot dependabot Bot closed this Feb 7, 2025
@dependabot
dependabot Bot deleted the dependabot/cargo/ructe-0.18.0 branch February 7, 2025 17:16
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.

0 participants