Skip to content

Commit

Permalink
chore(deps): bump kube version to 0.96.0, k8s-openapi version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Oct 16, 2024
1 parent a00c0a3 commit c4f17cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "amp-common"
description = "Rust libraries shared across Amphitheatre components and libraries"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
license = "Apache-2.0"
homepage = "https://amphitheatre.app"
Expand All @@ -17,8 +17,8 @@ convert_case = "0.6.0"
data-encoding = "2.5.0"
dirs = "5.0.1"
json_comments = "0.2.2"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] }
kube = { version = "0.93.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.23.0", default-features = false, features = ["schemars", "latest"] }
kube = { version = "0.96.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
notify = "6.1.1"
oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }
schemars = "0.8.16"
Expand Down

0 comments on commit c4f17cc

Please sign in to comment.