Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent cf832fe commit 98e5a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = { workspace = true }
authenticator = "0.3.1"
once_cell = "1"
sha2 = "0.10"
base64 = "0.21"
base64 = "0.22"
chrono = "0.4"
bytes = "1"
byteorder = "1"
Expand Down

0 comments on commit 98e5a26

Please sign in to comment.