Skip to content

Commit d472f39

Browse files
dependabot[bot]jbr
authored andcommitted
Update base64 requirement from 0.13.0 to 0.20.0
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89c6e93 commit d472f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
[dependencies]
1818
async-trait = "0.1.57"
1919
rand = "0.8.5"
20-
base64 = "0.13.0"
20+
base64 = "0.20.0"
2121
sha2 = "0.10.6"
2222
hmac = "0.12.1"
2323
serde_json = "1.0.85"

0 commit comments

Comments
 (0)