-
Notifications
You must be signed in to change notification settings - Fork 290
chore: update dependencies #3416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: update dependencies #3416
Conversation
@@ -66,7 +66,7 @@ jobs: | |||
- name: Install cargo-nextest | |||
uses: taiki-e/install-action@v2 | |||
with: | |||
tool: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've intentionally pinned an older version of nextest due to buggy behavior.
- package-ecosystem: cargo | ||
directory: / | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: docker | ||
schedule: | ||
interval: weekly |
There was a problem hiding this comment.
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.
dependencies = [ | ||
"cordyceps", | ||
"diatomic-waker", | ||
"futures-core", | ||
"pin-project-lite", | ||
"spin", | ||
"spin 0.10.0", |
There was a problem hiding this comment.
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.
@@ -2296,7 +2288,7 @@ dependencies = [ | |||
"iroh-quinn-proto", | |||
"iroh-quinn-udp", | |||
"iroh-relay", | |||
"n0-future", | |||
"n0-future 0.2.0", |
There was a problem hiding this comment.
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.
@@ -2402,21 +2392,21 @@ dependencies = [ | |||
"humantime-serde", | |||
"iroh", | |||
"iroh-metrics", | |||
"lru", | |||
"n0-future", | |||
"lru 0.16.0", |
There was a problem hiding this comment.
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
"strum 0.27.1", | ||
"strum", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No more duplicate dependency :)
Description
Notes & open questions