Skip to content

Commit a01ff7b

Browse files
chore: update base64 to 0.13
1 parent a01dff6 commit a01ff7b

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.11"
2626
nom = "5.0"
27-
base64 = "0.12"
27+
base64 = "0.13"
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)