Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 14fd8ba commit a1b61d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ edition = "2018"

[dependencies]
log = "0.4.21"
kube = {version = "0.88.1", features = ["derive", "admission", "runtime"]}
k8s-openapi = { version = "0.21.1", default-features = false, features = ["v1_24"] }
kube = {version = "0.90.0", features = ["derive", "admission", "runtime"]}
k8s-openapi = { version = "0.22.0", default-features = false, features = ["v1_24"] }
schemars = "0.8.16"
serde = "1.0.197"
serde_derive = "1.0.197"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"]}
futures = "0.3.30"
pyo3 = "0.20.3"
pythonize = "0.20.0"
rcgen = "0.12.1"
base64 = "0.21.7"
pyo3 = "0.21.0"
pythonize = "0.21.0"
rcgen = "0.13.0"
base64 = "0.22.0"
argh = "0.1.12"
rust-embed = "8.3.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit a1b61d9

Please sign in to comment.