Skip to content

Commit aa722a3

Browse files
authored
Upgrade to base64 0.22. (#289)
1 parent d16df4f commit aa722a3

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
@@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
2020
arbitrary = { version = "1", optional = true, features = ["derive"] }
21-
base64 = "0.21"
21+
base64 = "0.22"
2222
bcder = { version = "0.7.3", optional = true }
2323
bytes = "1.0"
2424
chrono = { version = "0.4.35", features = [ "serde" ] }

0 commit comments

Comments
 (0)