Skip to content

Commit

Permalink
Merge pull request #156 from amphitheatre-app/dependabot/cargo/k8s-op…
Browse files Browse the repository at this point in the history
…enapi-0.21.1
  • Loading branch information
wangeguo authored Feb 20, 2024
2 parents 9f0932d + 9bf5df2 commit 9ad385f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clap = { version = "4.5.0", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3"
kube = { version = "0.88.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] }
k8s-openapi = { version = "0.21.1", default-features = false, features = ["schemars", "v1_28"] }
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 9ad385f

Please sign in to comment.