Bump base64 dependency to 0.20

This commit is contained in:
Emmanuel Gil Peyrot 2022-12-21 10:29:23 +01:00 committed by Link Mauve
parent be42dac792
commit 372e37b31f

View file

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