Something went wrong on our end. Please try again.
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
rocket (source) | dependencies | patch | 0.5.0-rc.2 | homepage, source |
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Test plan: CI should pass with updated dependencies.
v0.5.0-rc.2
rocket_db_pools
] for asynchronous database pooling.Certificate
]s.local_cache_once!
] macro for request-local storage.Hash
impl
s for MediaType
and ContentType
no longer consider media type parameters.tls
feature is enabled.MediaType::with_params()
] and [ContentType::with_params()
] are now builder methods.content
] responder type names are now prefixed with Raw
.content::Plain
responder is now called content::RawText
.content::Custom<T>
responder was removed in favor of [(ContentType, T)
][(ContentType, T)].tls
feature is enabled.CookieJar::get_private_pending()
in favor of [CookieJar::get_pending()
][CookieJar::get_pending()].local_cache!
] macro accepts fewer types. Use [local_cache_once!
] as appropriate.FromForm
implementations of Vec
and Map
s are now properly lenient.[
and ]
characters are now accepted in URI paths.[
and ]
characters are no longer encoded by [uri!
].Rocket::launch()
][Rocket::launch()] allows Rocket
recovery by returning the instance after shutdown.ErrorKind::Runtime
was removed; [ErrorKind::Shutdown
][ErrorKind::Shutdown] was added.Rocket
] is now #[must_use]
.http2
crate feature.rocket::execute()
][rocket::execute()] for executing Rocket's launch()
future.context!
] macro to [rocket_dyn_templates
] for ad-hoc template contexts.time
crate is re-exported from the crate root.FromForm
, Responder
, and UriDisplay
derives now fully support generics.serde
submodules.Shield
] HSTS preload header now includes includeSubdomains
.write!
errors if stdout
disappears, preventing panics.Client::terminate()
][Client::terminate()] to run graceful shutdown in testing.async
runtime, never the process.Host
] and the [&Host
] request guard.Markdown
(text/markdown
) as a known media type.RawStr::percent_encode_bytes()
].NODELAY
is now enabled on all connections by default.Request::host()
] to retrieve the client-requested host.Arc<T>
, Box<T>
where T: Responder
now implement Responder
.Method
] implements Serialize
and Deserialize
.MediaType
] and [ContentType
] implement Eq
.time
dependency was updated to 0.3
.handlebars
dependency was updated to 4.0
.memcache
dependency was updated to 0.16
.rustls
dependency was updated to 0.20
.This PR has been generated by Mend Renovate. View repository job log here.