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 rocket_dyn_templates from 0.1.0 to 0.2.0 #85

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps rocket_dyn_templates from 0.1.0 to 0.2.0.

Release notes

Sourced from rocket_dyn_templates's releases.

Rocket v0.2.0

See the CHANGELOG for more information.

Rocket v0.1.6

See the CHANGELOG for more information.

Rocket v0.1.5

This is a security hotfix.

See the CHANGELOG for more information.

Rocket v0.1.4

See the CHANGELOG for more information.

Rocket v0.1.3

See the CHANGELOG for more information.

Rocket v0.1.2

Fixes segments params (<param..>) so that they respect prefixes.

Fixes nested template name resolution.

Rocket v0.1.1

This is a hotfix to restore NamedFile's Response body.

Changelog

Sourced from rocket_dyn_templates's changelog.

rocket_db_pools 0.2.0

  • SQLite extensions are now supported in sqlx_sqlite.

    Use a database configuration option of extensions to specify extensions:

    [default.databases.db_name]
    url = "db.sqlite"
    # This option is only supported by the `sqlx_sqlite` driver.
    extensions = ["memvfs", "rot13"]
  • (breaking) deadpool was updated to 0.13.

  • (breaking) The Config structure has a new extensions field.

rocket_dyn_templates 0.2.0

  • Support for minijinja 2.0 templates was introduced.

    Templates with an extension of .j2 are recognized and rendered with Minijinja.

  • (breaking) handlebars was updated to 5.1.

rocket_ws 0.1.1

  • Introduced [WebSocket::accept_key()] method.

  • tungstenite was updated to 0.21.

General Changes

  • The rust-version for all crates was updated to 1.64.

    This reflects the correct MSRV required to build rocket 0.5.0.

  • License files are now present in all published crates.

#2668: rwf2/Rocket#2668 [deploying section]: https://rocket.rs/guide/v0.5/deploying/ [WebSocket::accept_key()]: https://api.rocket.rs/v0.5/rocket_ws/struct.WebSocket#method.accept_key

Version 0.5.0 (Nov 17, 2023)

Major Features and Improvements

... (truncated)

Commits
  • c7db553 New version: 0.2.0.
  • 266c62f Implement FromFormValue for contrib UUID.
  • aefa2f1 Use pub(crate) to enforce doc(hidden).
  • 84abac7 Unignore template test. Upstream fix landed.
  • 2b65be3 Ignore render example due to broken upstream crate.
  • 5dff450 Update to tera 0.7.
  • ecc62be Update uuid in contrib to 0.4.
  • cc22836 Precisely route formats. Make 'content_type' an 'Option' in 'Request'.
  • 5fabb43 Update to serde 0.9, handlebars 0.25. Move from map! to json! macro.
  • 5f04bea Use pegged Tera.
  • 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 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)

Bumps [rocket_dyn_templates](https://github.com/rwf2/Rocket) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/rwf2/Rocket/releases)
- [Changelog](https://github.com/rwf2/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: rocket_dyn_templates
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
@elrido elrido merged commit a1f0429 into master Jun 1, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/rocket_dyn_templates-0.2.0 branch June 1, 2024 09:46
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.

None yet

1 participant