Skip to content

Commit

Permalink
Update base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 4, 2024
1 parent 77a6c99 commit 821d3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/rustls/pemfile"
categories = ["network-programming", "cryptography"]

[dependencies]
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
pki-types = { package = "rustls-pki-types", version = "1.3" }

[dev-dependencies]
Expand Down

0 comments on commit 821d3b9

Please sign in to comment.