Skip to content

Commit

Permalink
Update base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko authored and Keats committed Jul 11, 2024
1 parent afbb44e commit 88e48f3
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 @@ -22,7 +22,7 @@ rust-version = "1.73.0"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
base64 = "0.21.0"
base64 = "0.22"
# For PEM decoding
pem = { version = "3", optional = true }
simple_asn1 = { version = "0.6", optional = true }
Expand Down

0 comments on commit 88e48f3

Please sign in to comment.