Skip to content

Bump trillium-rustls from 0.9.0 to 0.11.1#4590

Closed
dependabot[bot] wants to merge 1 commit intorelease/0.7from
dependabot/cargo/release/0.7/trillium-rustls-0.11.1
Closed

Bump trillium-rustls from 0.9.0 to 0.11.1#4590
dependabot[bot] wants to merge 1 commit intorelease/0.7from
dependabot/cargo/release/0.7/trillium-rustls-0.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Bumps trillium-rustls from 0.9.0 to 0.11.1.

Release notes

Sourced from trillium-rustls's releases.

trillium-rustls-v0.11.1

Fixed

  • Bump trillium-server-common dependency specifier to 0.7 to match the 1.1 release; 0.11.0 was published with a stale 0.6 spec.

trillium-rustls-v0.11.0

Changed

  • TLS now advertises h2 and http/1.1 in ALPN by default. RustlsConfig::without_http2() opts back out for HTTP/1.1-only deployments.

Added

  • RustlsConfig::without_http2() — drop h2 from the advertised ALPN list
  • RustlsAcceptor::from_single_cert_no_h2(cert, key) — convenience constructor for HTTP/1.1-only TLS, equivalent to from_single_cert(cert, key).without_http2()
  • RustlsClientTransport::negotiated_alpn() / RustlsServerTransport::negotiated_alpn() — exposes the ALPN result for runtime/client dispatch

trillium-rustls-v0.10.0-rc.1

Changed

  • Compatible with trillium 1.0
  • Trillium 1.0 uses Swansong instead of Stopper; config().with_stopper(stopper) becomes config().with_swansong(swansong)
  • RustlsConfig::spawn(fut)RustlsConfig::runtime().spawn(fut)
Commits
  • b1f2f6f chore: fix trillium-quinn's deps
  • e2da7ea docs: update client description
  • 7df89fb chore: re-release client, runtime adapters, quinn, and rustls
  • a9428fe chore: release 1.1
  • cee5db6 docs: add a note to indicate that KnownHeaderName's u8 representation is not ...
  • c83b18d chore(changelogs): add today's date
  • f60c867 chore: update changelogs to reflect 1.0.0 versions
  • 72370cb chore: update versions on main to reflect reality
  • 5ee3d08 docs: update changelogs for http, openssl, and quinn
  • e36bc4c fix(http): semver fixes to keep 1.1 semver-nonbreaking
  • 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 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 [trillium-rustls](https://github.com/trillium-rs/trillium) from 0.9.0 to 0.11.1.
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-rustls-v0.9.0...trillium-rustls-v0.11.1)

---
updated-dependencies:
- dependency-name: trillium-rustls
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 6, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 6, 2026 19:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 6, 2026
Copy link
Copy Markdown
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

@divviup-github-automation divviup-github-automation enabled auto-merge (squash) May 6, 2026 19:27
@jcjones
Copy link
Copy Markdown
Contributor

jcjones commented May 7, 2026

@dependabot ignore this dependency

@dependabot dependabot Bot closed this May 7, 2026
auto-merge was automatically disabled May 7, 2026 15:59

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 7, 2026

OK, I won't notify you about trillium-rustls again, unless you re-open this PR.

@dependabot dependabot Bot deleted the dependabot/cargo/release/0.7/trillium-rustls-0.11.1 branch May 7, 2026 15:59
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants