Skip to content

Conversation

@phylum-bot
Copy link
Contributor

Bump dependencies for all SemVer-compatible updates.

@phylum-bot phylum-bot requested a review from a team as a code owner January 5, 2026 05:40
@phylum-bot phylum-bot requested a review from cd-work January 5, 2026 05:40
@phylum-io
Copy link

phylum-io bot commented Jan 5, 2026

Phylum OSS Supply Chain Risk Analysis - INCOMPLETE

The analysis contains 8 package(s) Phylum has not yet processed,
preventing a complete risk analysis. Phylum is processing these
packages currently and should complete soon.
Please wait for up to 30 minutes, then re-run the analysis.

View this project in the Phylum UI

We are stuck on an old version of `deno` and that version wants an old
version of `tokio` (v1.36.0). The latest release of `tokio-stream` is
incompatible with this version since it makes use of features added since
then:

* `mpsc::Receiver::{is_closed,is_empty,len}`
  * added in `tokio` v1.37.0
* `mpsc::Receiver::{capacity,max_capacity}`
  * added in `tokio` v1.38.0

This change pins `tokio-stream` to the last compatible version, similar
to what was done in commit `f7f6b3a73d36a1b85dc903fe047448568730a36f`
(f7f6b3a).
Copy link
Contributor

@maxrake maxrake left a comment

Choose a reason for hiding this comment

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

LGTM

@maxrake maxrake requested review from matt-phylum and removed request for cd-work January 5, 2026 18:51
@maxrake maxrake merged commit 5b5a22d into main Jan 5, 2026
17 checks passed
@maxrake maxrake deleted the auto-cargo-update branch January 5, 2026 19:15
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.

4 participants