Skip to content

Upgrade a few dependencies to newer versions

Nick Mathewson requested to merge nickm/arti:upgrade-dependencies into main

To find the dependencies that were candidates for a newer version, I ran cargo upgrade --dry-run --workspace --skip-compatible. Then I used cargo upgrade to find newer versions of those crates, when it was feasible to do so without breaking MSRV.

This branch upgrades rlimit, config, and tokio-utils.

Merge request reports