Skip to content

chore: update dependencies#3416

Closed
reneleonhardt wants to merge 1 commit inton0-computer:mainfrom
reneleonhardt:chore/update-dependencies
Closed

chore: update dependencies#3416
reneleonhardt wants to merge 1 commit inton0-computer:mainfrom
reneleonhardt:chore/update-dependencies

Conversation

@reneleonhardt
Copy link
Copy Markdown

Description

  • Update dependencies
  • Let dependabot update dependencies

Notes & open questions

  • Waiting for a new ed25519-dalek release to allow more updates depending on rand 0.9
  • renovate could update versions in workflows too, but for some like node and nextest it would be easier to just use the major 22 or minor 0.9 version respectively

@n0bot n0bot bot added this to iroh Jul 30, 2025
@github-project-automation github-project-automation bot moved this to 🏗 In progress in iroh Jul 30, 2025
- name: Install cargo-nextest
uses: taiki-e/install-action@v2
with:
tool: nextest@0.9.80
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Comment on lines +14 to +21
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
- package-ecosystem: docker
directory: docker
schedule:
interval: weekly
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I appreciate your work on this, but we've intentionally turned off dependabot in iroh in the past as it didn't fit into our workflow.

"futures-core",
"pin-project-lite",
"spin",
"spin 0.10.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This introduced a new duplicate dependency. It might be worth looking into the dependency tree to see what else needs to be updated.

"iroh-quinn-udp",
"iroh-relay",
"n0-future",
"n0-future 0.2.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Another new duplicate dependency.
Looking at the rest of this file, seems like it's used in n0-snafu and net-tools.

"iroh-metrics",
"lru",
"n0-future",
"lru 0.16.0",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Another duplicate dependency.
Seems like that's due to the mainline/pkarr crates

Comment on lines -2574 to +2564
"strum 0.27.1",
"strum",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No more duplicate dependency :)

github-merge-queue bot pushed a commit that referenced this pull request Oct 6, 2025
I would like to try this for a bit

Closes #3416
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in iroh Oct 6, 2025
@reneleonhardt
Copy link
Copy Markdown
Author

You closed all my work without asking my permission? Thank you!

Please be at least fair to other contributors to change your policy accordingly:
https://github.com/n0-computer/iroh/blob/main/CONTRIBUTING.md

We'd love for you to contribute to our source code to make Iroh even better!

Code contributions to Iroh are greatly appreciated.

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

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants