Skip to content

Commit c28477f

Browse files
Update base64 requirement from 0.21.4 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.4...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4c6432 commit c28477f

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
@@ -27,7 +27,7 @@ byteorder = "1"
2727
[dev-dependencies]
2828
serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0.107"
30-
base64 = "0.21.4"
30+
base64 = "0.22.1"
3131
num_enum = "0.7.0"
3232

3333
[profile.release]

0 commit comments

Comments
 (0)