Skip to content

Commit

Permalink
⬆️ upgrade other dependencies because there are related: kube-rs, tokio.
Browse files Browse the repository at this point in the history
And as bonus upgrade serde_json, openssl, structopt
  • Loading branch information
davidB committed Feb 1, 2020
1 parent be307eb commit 4b543fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ homepage = "https://github.com/davidB/kubectl-view-allocations"
exclude = ["/.github", "/.dependabot", ".gitignore"]

[dependencies]
tokio = { version = "0.2.6", features = ["full"]}
kube = { version = "0.23.0", features = ["openapi"] }
tokio = { version = "0.2.11", features = ["full"]}
kube = { version = "0.24.0", features = ["openapi"] }
k8s-openapi = { version = "0.7.1", features = ["v1_15"], default-features = false }
log = "0.4.8"
env_logger = "0.7.1"
anyhow = "1.0.26"
serde_json = "1.0.44"
serde_json = "1.0.45"
itertools = "0.8.2"
prettytable-rs = { version = "0.8.0", default-features = false}
structopt = "0.3.7"
openssl = { version = "0.10.26", features = ["vendored"] }
structopt = "0.3.9"
openssl = { version = "0.10.27", features = ["vendored"] }

[dev-dependencies]
spectral = "0.6.0"
Expand Down

0 comments on commit 4b543fd

Please sign in to comment.