Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Bump Kube to 0.66 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
kflansburg committed Mar 4, 2022
1 parent c28e593 commit c40d19d
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 55 deletions.
168 changes: 123 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ allow = [
"Apache-2.0",
"LicenseRef-ring",
"ISC",
"BSD-3-Clause"
]
# List of explictly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down
6 changes: 3 additions & 3 deletions krator-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ features = ["docs", "admission-webhook"]
rustdoc-args = ["--cfg", "feature=\"docs\""]

[dev-dependencies]
kube-runtime = { version = "0.64", default-features = false }
kube-derive = "0.64"
kube-runtime = { version = "0.66", default-features = false }
kube-derive = "0.66"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
schemars = "0.8.0"
anyhow = { version = "1.0.40" }
k8s-openapi = { version = "0.13", default-features = false, features = ["v1_22"] }
kube = { version = "0.64", default-features = false, features = ["derive"] }
kube = { version = "0.66", default-features = false, features = ["derive"] }
rcgen = { version = "0.8.9", features = ["x509-parser", "pem"] }
Loading

0 comments on commit c40d19d

Please sign in to comment.