Skip to content

Commit

Permalink
Update Rust crate base64 to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 2, 2021
1 parent 9a91a7b commit 8cc7c72
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.13"

[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.13"
log = "0.4"
openssl = "0.10"
kubernetes_api = { path = "../api" }
Expand Down

0 comments on commit 8cc7c72

Please sign in to comment.