Skip to content

Commit

Permalink
Merge pull request #121 from amphitheatre-app/dependabot/cargo/kube-0…
Browse files Browse the repository at this point in the history
….87.2

Bump kube from 0.87.1 to 0.87.2
  • Loading branch information
wangeguo authored Dec 25, 2023
2 parents 355ebe2 + 629df5d commit fd7d6bb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 18 deletions.
86 changes: 69 additions & 17 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 @@ -28,7 +28,7 @@ async-nats = "0.33.0"
clap = { version = "4.4.11", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3"
kube = { version = "0.87.1", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
kube = { version = "0.87.2", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit fd7d6bb

Please sign in to comment.