Skip to content

Commit bd80e6b

Browse files
Merge pull request #2 from alexohneander/dependabot/cargo/k8s-openapi-0.20.0
Bump k8s-openapi from 0.19.0 to 0.20.0
2 parents 630ac4e + 40c1865 commit bd80e6b

File tree

2 files changed

+20
-60
lines changed

2 files changed

+20
-60
lines changed

Cargo.lock

+19-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
kube = { version = "0.85.0", features = ["runtime", "derive"] }
10-
k8s-openapi = { version = "0.19.0", features = ["v1_27"] }
10+
k8s-openapi = { version = "0.20.0", features = ["v1_27"] }
1111
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread", "signal"] }
1212
anyhow = "1.0.72"
1313
futures-util = "0.3.28"

0 commit comments

Comments
 (0)