Skip to content

Commit

Permalink
chore: update kube and k8s-openapi requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed May 7, 2024
1 parent eaf2264 commit d375db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8.0"
version = "0.8.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://amphitheatre.app"
Expand All @@ -17,10 +17,10 @@ convert_case = "0.6.0"
data-encoding = "2.5.0"
dirs = "5.0.1"
json_comments = "0.2.2"
k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_28"] }
kube = { version = "0.90.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.22.0", features = ["schemars", "latest"] }
kube = { version = "0.91.0", features = ["client", "runtime", "derive", "rustls-tls"] }
notify = "6.1.1"
oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }
oci-distribution = { version = "0.11.0", features = ["rustls-tls", "test-registry"] }
schemars = "0.8.16"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
Expand Down

0 comments on commit d375db6

Please sign in to comment.