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:
parent
48f77acb69
commit
f725994fe0
4 changed files with 6 additions and 6 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue