Skip to content

Commit 3aa6e55

Browse files
fix(deps): update rust crate base64 to 0.22 (v1) (#1430)
* fix(deps): update rust crate base64 to 0.22 * fix lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <[email protected]>
1 parent 7093a4d commit 3aa6e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/authenticator/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)