Skip to content

Commit

Permalink
Upgrade to base64 0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed May 10, 2024
1 parent d16df4f commit c6e36e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
arbitrary = { version = "1", optional = true, features = ["derive"] }
base64 = "0.21"
base64 = "0.22"
bcder = { version = "0.7.3", optional = true }
bytes = "1.0"
chrono = { version = "0.4.35", features = [ "serde" ] }
Expand Down

0 comments on commit c6e36e1

Please sign in to comment.