Skip to content

Commit 884d375

Browse files
committed
Update base64 to 0.13
This removes a duplicate dependency for docs.rs.
1 parent 283aa76 commit 884d375

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.12.0"
40+
base64 = "0.13.0"
4141
getrandom = { version = "0.1.12", features = ["std"] }
4242
thiserror = "1.0.20"
4343
git2 = "0.13.12"

0 commit comments

Comments
 (0)