Skip to content

Commit cc00752

Browse files
fix(deps): update rust crate base64 to 0.22
1 parent 7093a4d commit cc00752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/authenticator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thiserror = { workspace = true }
1818
authenticator = "0.3.1"
1919
once_cell = "1"
2020
sha2 = "0.10"
21-
base64 = "0.21"
21+
base64 = "0.22"
2222
chrono = "0.4"
2323
bytes = "1"
2424
byteorder = "1"

0 commit comments

Comments
 (0)