Skip to content

Commit 98f31d8

Browse files
chore: bump base64 to 0.12
1 parent 6fb4726 commit 98f31d8

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
@@ -24,7 +24,7 @@ default = []
2424
[dependencies]
2525
imap-proto = "0.10"
2626
nom = "5.0"
27-
base64 = "0.11"
27+
base64 = "0.12"
2828
chrono = "0.4"
2929
async-native-tls = { version = "0.3.3" }
3030
async-std = { version = "1.6.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)