Skip to content

Commit 78a7670

Browse files
Update base64 requirement from 0.21.5 to 0.22.1
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.21.5...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b3ad81 commit 78a7670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["web-programming"]
1313
publish = true
1414

1515
[dependencies]
16-
base64 = "0.21.5"
16+
base64 = "0.22.1"
1717
bcrypt = "0.15.0"
1818
rand = "0.8.5"
1919
rocket = { version = "=0.5.0", features = ["secrets"] }

0 commit comments

Comments
 (0)