Skip to content

Update a few crate dependencies

Nick Mathewson requested to merge nickm/arti:updates_20210119 into main

In preparation for an end-of-the-month release, I'm updating a few dependencies:

  • rsa
  • async-broadcast
  • serial_test
  • rlimit

In lieu of upgrading base64, I'm completing our migration to base64ct instead.

We can't upgrade these, because they have an MSRV we don't support:

I'm not upgrading signature, since our only use case for that crate is interating with ed25519_dalek, which uses signature v1.

Merge request reports