Skip to content

Commit

Permalink
build(deps): bump kube from 0.87.0 to 0.98.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Jan 5, 2025
1 parent 99590d4 commit c6915d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ default = []
experimental = []

[dependencies]
kube = { version = "0.87", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.20", features = ["schemars"] }
kube = { version = "0.98", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.24", features = ["schemars"] }
schemars = { version = "0.8", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"

[dev-dependencies.k8s-openapi]
version = "0.20"
version = "0.24"
default-features = false
features = ["latest"]

Expand Down
4 changes: 2 additions & 2 deletions integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ license = "Apache-2.0"
publish = false

[dev-dependencies]
k8s-openapi = { version = "0.20", features = ["latest"] }
k8s-openapi = { version = "0.24", features = ["latest"] }
tokio = { version = "1", features = ["macros", "rt"] }
tracing = "0.1"
k8s-gateway-api = { path = ".." }

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

0 comments on commit c6915d7

Please sign in to comment.