Skip to content
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

chore: update dependencies #1599

Merged
merged 9 commits into from
Jan 21, 2025
Merged

chore: update dependencies #1599

merged 9 commits into from
Jan 21, 2025

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Jan 17, 2025

Update many dependencies and slim down our list of ignored audits. I'm explicitly leaving out:

  • uint (breaking changes that need to be addressed).
  • itertools (I'm updating it but not to the latest version to avoid duplicate dependencies).
  • thiserror (I'm a bit scared of v2 and want to hold off on that for now).
  • cargo-platform (depends on a newer rust version).
  • rlp (I'm using the same version used by ethers).

@Stebalien Stebalien changed the title chore: update bundler chore: update dependencies Jan 17, 2025
@Stebalien
Copy link
Member Author

Note: this probably shouldn't go into the v16 release given that we've already cut an RC.

@Stebalien Stebalien force-pushed the steb/update-bundler branch from fee4c68 to f4871f8 Compare January 17, 2025 22:30
This updates the actor bundler to remove the old IPLD libraries (cid
v0.10, etc.) from the dependency tree.
Removes dependency on outdated isatty library.
This removes our dependency on proc-macro-error
This removes two more audit warnings.
Why not. This also gets rid of a few dependencies from our tree.
Runtime deps:

- unsigned-varint
- integer-encoding
- num-derive
- itertools
- indexmap
- derive_builder

Dev deps:

- hex_literal
- rlp
- base64
@Stebalien Stebalien force-pushed the steb/update-bundler branch from f4871f8 to a58bdc2 Compare January 17, 2025 22:30
Cargo.toml Show resolved Hide resolved
We only depend on this in our tests and we might as well stick to one version.
@Stebalien Stebalien added this pull request to the merge queue Jan 21, 2025
Merged via the queue into master with commit 09d395d Jan 21, 2025
16 checks passed
@Stebalien Stebalien deleted the steb/update-bundler branch January 21, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ☑️ Done (Archive)
Development

Successfully merging this pull request may close these issues.

2 participants