Skip to content

Update Rust crate trillium to v1 - #24

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/trillium-1.x
Open

Update Rust crate trillium to v1#24
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/trillium-1.x

Conversation

@renovate

@renovate renovate Bot commented May 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
trillium dependencies major 0.2.151.0.0

Release Notes

trillium-rs/trillium (trillium)

v1.3.0

Compare Source

Added
  • Listener — available in Conn state on every server-common based server.
  • Listeners
  • Info::listeners() -> &[Listener] — every listener the server is bound to. Populated by server-common-based servers during startup

v1.2.0

Compare Source

Added
  • Upgrade::send_trailers(self, &Headers) -> io::Result<()>
  • Upgrade::request_trailers() -> Option<&Headers>

v1.1.0

Added
  • Transport::negotiated_alpn() -> Option<Cow<'_, [u8]>> — optional trait method (defaults to None); runtime adapters use the result to dispatch between HTTP/1.1 and HTTP/2 on the same TLS listener
  • trillium::Upgrade now implements AsRef<trillium_http::Upgrade<Box<dyn Transport>>> and AsMut<...>, exposing the full underlying fieldwork accessor surface to downstream callers (e.g. trillium-webtransport) without Upgrade having to enumerate every accessor up front.

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants