Skip to content

Commit 676d417

Browse files
chore(deps): update base64 requirement from 0.22 to 0.23
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c02edc commit 676d417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
exclude = ["examples","lambda-events/lambda-events-examples"]
1313

1414
[workspace.dependencies]
15-
base64 = "0.22"
15+
base64 = "0.23"
1616
bytes = "1"
1717
chrono = { version = "0.4.35", default-features = false, features = [
1818
"clock",

0 commit comments

Comments
 (0)