Skip to content

Bump trillium-tokio from 0.4.0 to 0.6.4#4701

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/trillium-tokio-0.6.4
Open

Bump trillium-tokio from 0.4.0 to 0.6.4#4701
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/trillium-tokio-0.6.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps trillium-tokio from 0.4.0 to 0.6.4.

Release notes

Sourced from trillium-tokio's releases.

trillium-tokio-v0.6.4

Added

  • UnixClientConfig, a Connector that dials a fixed Unix domain socket path (Unix only). Each connection opens a fresh UnixStream, so a single instance is safe to share across a pooled client making concurrent requests.

trillium-tokio-v0.6.3

Added

  • The connector now implements Connector::connect_to (new in trillium-server-common): given a Destination carrying pre-resolved socket addresses, it dials those directly instead of resolving the host.

trillium-tokio-v0.6.2

Added

  • Multi-listener support via trillium_tokio::config().listeners()
  • reuseport feature (Unix only, excluding Apple platforms)

trillium-tokio-v0.6.1

Fixed

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

trillium-tokio-v0.6.0

Added

  • HTTP/2 support — when the TLS acceptor negotiates h2 via ALPN, connections are dispatched to the h2 driver instead of HTTP/1.1. Inherited from trillium-server-common 0.7; no code changes required to opt in.
Commits
  • 9509c40 feat(tokio): add UnixClientConfig for UDS connector support
  • 5eb8a84 feat(smol)!: replace old Connector for SmolTransport approach to UDS with Uni...
  • fc48f99 fix(server-common): set non-blocking prior to async adoption
  • 9a30f6b ci: stop running release-plz release-pr
  • 014b02d feat(client): sse
  • 9115a5c chore(release): update changelogs and bump versions
  • 0849582 chore(deps): update rust crate criterion to 0.8
  • 5b68dd1 feat(quinn): add with_transport_config for client and server
  • 0c8af97 perf(http): change two HttpConfig defaults
  • f427b71 perf(http): improve Buffer
  • 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-tokio](https://github.com/trillium-rs/trillium) from 0.4.0 to 0.6.4.
- [Release notes](https://github.com/trillium-rs/trillium/releases)
- [Commits](trillium-rs/trillium@trillium-tokio-v0.4.0...trillium-tokio-v0.6.4)

---
updated-dependencies:
- dependency-name: trillium-tokio
  dependency-version: 0.6.4
  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 Jul 8, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 8, 2026 19:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 8, 2026

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

Copy link
Copy Markdown
Contributor

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) July 8, 2026 19:24
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.

1 participant