Update Rust crate base64 to 0.22.1

This commit is contained in:
renovate[bot] 2024-05-01 00:23:16 +00:00 committed by GitHub
parent 341bafb91e
commit e9ea180dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,7 @@ rand = "0.8.5"
thiserror = "1.0.59"
# Used to encode server public key
base64 = "0.22.0"
base64 = "0.22.1"
# Used when hashing the state
ring = "0.17.8"