Skip to content

Commit faf2ef1

Browse files
committed
Update base64 to 0.22
1 parent afbb44e commit faf2ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust-version = "1.73.0"
2222
[dependencies]
2323
serde_json = "1.0"
2424
serde = { version = "1.0", features = ["derive"] }
25-
base64 = "0.21.0"
25+
base64 = "0.22"
2626
# For PEM decoding
2727
pem = { version = "3", optional = true }
2828
simple_asn1 = { version = "0.6", optional = true }

0 commit comments

Comments
 (0)