Skip to content

Commit

Permalink
Bump base64 to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Dec 12, 2022
1 parent 52bf80d commit f416c46
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 @@ -28,7 +28,7 @@ include = [
links = "k8s-openapi-0.16.0"

[dependencies]
base64 = { version = "0.13", default-features = false, features = [
base64 = { version = "0.20", default-features = false, features = [
"alloc", # for base64::decode_config and base64::encode_config
] }
bytes = { version = "1", default-features = false}
Expand Down

0 comments on commit f416c46

Please sign in to comment.