Bump all dependencies but rustls and webpki-roots

The latter have changed their API a bit, while everything else is still
compatible.
This commit is contained in:
Emmanuel Gil Peyrot 2024-04-25 21:01:29 +02:00
commit f725994fe0
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ license = "MPL-2.0"
edition = "2021"
[dependencies]
base64 = "0.21"
base64 = "0.22"
digest = "0.10"
sha1 = "0.10"
sha2 = "0.10"