Skip to content

Commit ed421a6

Browse files
authored
Merge pull request #35 from jyn514/upgrade-base64
Update base64 to 0.12
2 parents ee5b135 + 8bc6c97 commit ed421a6

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
@@ -37,7 +37,7 @@ walkdir = "2.2"
3737
toml = "0.5"
3838
fs2 = "0.4.3"
3939
remove_dir_all = "0.5.2"
40-
base64 = "0.11.0"
40+
base64 = "0.12.0"
4141
getrandom = { version = "0.1.12", features = ["std"] }
4242

4343
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)