Skip to content

Commit c6915d7

Browse files
authored
build(deps): bump kube from 0.87.0 to 0.98.0 (#100)
1 parent 99590d4 commit c6915d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ default = []
1616
experimental = []
1717

1818
[dependencies]
19-
kube = { version = "0.87", default-features = false, features = ["derive"] }
20-
k8s-openapi = { version = "0.20", features = ["schemars"] }
19+
kube = { version = "0.98", default-features = false, features = ["derive"] }
20+
k8s-openapi = { version = "0.24", features = ["schemars"] }
2121
schemars = { version = "0.8", features = ["derive"] }
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"
2424

2525
[dev-dependencies.k8s-openapi]
26-
version = "0.20"
26+
version = "0.24"
2727
default-features = false
2828
features = ["latest"]
2929

integration/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ license = "Apache-2.0"
66
publish = false
77

88
[dev-dependencies]
9-
k8s-openapi = { version = "0.20", features = ["latest"] }
9+
k8s-openapi = { version = "0.24", features = ["latest"] }
1010
tokio = { version = "1", features = ["macros", "rt"] }
1111
tracing = "0.1"
1212
k8s-gateway-api = { path = ".." }
1313

1414
[dev-dependencies.kube]
15-
version = "0.87"
15+
version = "0.98"
1616
default-features = false
1717
features = ["client", "openssl-tls", "runtime", "ws"]

0 commit comments

Comments
 (0)