FullstackRustDemo
FullstackRustDemo copied to clipboard
Bump rocket from 0.3.17 to 0.4.7 in /backend
Bumps rocket from 0.3.17 to 0.4.7.
Release notes
Sourced from rocket's releases.
Rocket v0.4.7
See the CHANGELOG for more information.
Rocket v0.4.6
See the CHANGELOG for more information.
Rocket v0.4.5
See the CHANGELOG for more information.
Rocket v0.4.4
See the CHANGELOG for more information.
Rocket v0.4.3
See the CHANGELOG for more information.
Rocket v0.4.2
See the CHANGELOG for more information.
Rocket v0.4.1
See the CHANGELOG for more information.
Rocket v0.4.0
See the CHANGELOG and news article for more information.
Rocket v0.4-rc.2
See the CHANGELOG and news article for more information.
Rocket v0.4-rc.1
See the CHANGELOG and news article for more information.
Changelog
Sourced from rocket's changelog.
Version 0.4.7 (Feb 09, 2021)
Core
- [#1534, [
2059a6]] Fixed a low-severity, minimal impact soundness issue inuri::Formatter.#1534: SergioBenitez/Rocket#1534 [
2059a6]: https://github.com/SergioBenitez/Rocket/commit/2059a6Version 0.4.6 (Nov 09, 2020)
Core
- [
86bd7c] Added default and configurable read/write timeouts:read_timeoutandwrite_timeout.- [
c24a96] Added thessefeature, which enables flushing by returningio::ErrorKind::WouldBlock.Docs
- Fixed broken doc links in
contrib.- Fixed database library versions in
contribdocs.Internal
- Updated source code for Rust 2018.
- UI tests now use
trybuildinstead ofcompiletest-rs.Version 0.4.5 (May 30, 2020)
Core
- [#1312, [
89150f]] Fixed a low-severity, minimal impact soundness issue inLocalRequest::clone().- [#1263, [
376f74]] Fixed a cookie serialization issue that led to incorrect cookie deserialization in certain cases.- Removed dependency on
ringfor private cookies and thus Rocket, by default.- Added [
Origin::map_path()] for manipulatingOriginpaths.- Added [
handler::Outcome::from_or_forward()].- Added [
Options::NormalizeDirs] option toStaticFiles.- Improved accessibility of default error HTML.
Docs
... (truncated)
Commits
b67bd8bNew version: 0.4.7.2059a62Update UI tests for latest nightly.b53a906Fix soundness issue: make 'Formatter' panic-safe.b4fadaeNew version: 0.4.6.11ec95eUpdate broken doc links in contrib.08bf1c5Update scripts.86bd7c1Allow read/write timeouts to be configured.3970783Fix SSE example, clean-up SSE related code.c24a963Add support for immediate chunk flushing, SSE.7b1995cFor install Rust nightly in CI script.- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.