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

@ -20,7 +20,7 @@ scram = ["base64", "getrandom", "sha-1", "sha2", "hmac", "pbkdf2"]
anonymous = ["getrandom"]
[dependencies]
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
getrandom = { version = "0.2", optional = true }
sha-1 = { version = "0.10", optional = true }
sha2 = { version = "0.10", optional = true }