Skip to content

Commit

Permalink
Update Rust crate base64 to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 077e106 commit 1647030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ failure = "0.1.8"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
base64 = "0.9"
base64 = "0.21"

[dev-dependencies]
serde_test = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion holding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.1.21"
tokio = "0.1.7"
tokio-core = "0.1.18"
failure = "0.1.8"
base64 = "0.9"
base64 = "0.21"
log = "0.4"
openssl = "0.10"
kubernetes_api = { path = "../api" }
Expand Down

0 comments on commit 1647030

Please sign in to comment.