chore(deps): update rust crate rocket to v0.5.1#9
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
cdcaab4 to
ba18997
Compare
ba18997 to
23fcf09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.0→0.5.1Release Notes
rwf2/Rocket (rocket)
v0.5.1Compare Source
This release contains the following crate updates:
rocket0.5.1rocket_db_pools0.2.0rocket_dyn_templates0.2.0rocket_ws0.1.1rocket0.5.1The following
charandstd::ops::Rangetypes now implementFromForm:charRange<T: FromForm>withstartandendfieldsRangeFrom<T: FromForm>withstartfieldRangeTo<T: FromForm>withendfieldRangeToInclusive<T: FromForm>withendfield[T; N],Vec<T>, and[u8]can now be passed touri!.The guide now includes a deploying section.
The
FromFormderive now properly records errors involving entire forms.FromFormderive can now be used in code emitted bymacro_rules!macros.(fix #2668 via 52de9a) [
TempFile] now ensures it flushes beforebeing persisted.
rocket_db_pools0.2.0SQLite extensions are now supported in
sqlx_sqlite.Use a database configuration option of
extensionsto specify extensions:(breaking)
deadpoolwas updated to0.13.(breaking) The
Configstructure has a new
extensionsfield.rocket_dyn_templates0.2.0Support for
minijinja2.0templates was introduced.Templates with an extension of
.j2are recognized and rendered withMinijinja.
(breaking)
handlebarswas updated to5.1.rocket_ws0.1.1Introduced
WebSocket::accept_key()method.tungstenitewas updated to0.21.General Changes
The
rust-versionfor all crates was updated to1.64.This reflects the correct MSRV required to build
rocket0.5.0.License files are now present in all published crates.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.