Skip to content

Commit

Permalink
Update base64 to v0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Apr 16, 2024
1 parent 675510a commit 6a2617c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.21.1"

[dependencies]
base64 = { version = "0.21", default-features = false, features = [
base64 = { version = "0.22", default-features = false, features = [
"alloc", # for base64::Engine::decode and base64::Engine::encode
] }
chrono = { version = "0.4.1", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion k8s-openapi-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = [
]

[dependencies]
base64 = { version = "0.21", default-features = false, features = [
base64 = { version = "0.22", default-features = false, features = [
"alloc", # for base64::Engine::decode and base64::Engine::encode
] }
bytes = { version = "1", default-features = false}
Expand Down

0 comments on commit 6a2617c

Please sign in to comment.