Skip to content

Commit

Permalink
cargo: bump base64 to v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Mar 2, 2024
1 parent 2342756 commit 5bf7a79
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 @@ -10,7 +10,7 @@ categories = ["email", "encoding"]
keywords = ["email", "rfc2047", "rfc2231"]

[dependencies]
base64 = { version = "0.21", default-features = false }
base64 = { version = "0.22", default-features = false }
memchr = "2.1"

[dev-dependencies]
Expand Down

0 comments on commit 5bf7a79

Please sign in to comment.