We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474cf29 commit dad5eefCopy full SHA for dad5eef
api/Cargo.toml
@@ -17,7 +17,7 @@ failure = "0.1.8"
17
serde = "1.0"
18
serde_derive = "1.0"
19
serde_json = "1.0"
20
-base64 = "0.9"
+base64 = "0.13"
21
22
[dev-dependencies]
23
serde_test = "1.0"
holding/Cargo.toml
@@ -27,7 +27,7 @@ futures = "0.1.21"
27
tokio = "0.1.7"
28
tokio-core = "0.1.18"
29
failure = "0.1.8"
30
31
log = "0.4"
32
openssl = "0.10"
33
kubernetes_api = { path = "../api" }
0 commit comments