Skip to content

Commit

Permalink
Merge pull request #28 from influxdata/dependabot/cargo/kubert-0.16.1
Browse files Browse the repository at this point in the history
Bump kubert from 0.15.0 to 0.16.1
  • Loading branch information
Marko Mikulicic authored Jul 5, 2023
2 parents 5ac79ac + 8d3d076 commit 26b2cae
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 @@ -13,7 +13,7 @@ clap = { version = "4.1", features = ["derive", "help", "env", "std"] }
futures = "0.3"
kube = { version = "0.80.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.17.0", features = ["v1_26"] }
kubert = { version = "0.15.0", features = ["clap", "runtime", "server"] }
kubert = { version = "0.16.1", features = ["clap", "runtime", "server"] }
tokio = { version = "1.26", features = ["full"] }
anyhow = { version = "1", features = ["backtrace"] }
tracing = "0.1"
Expand Down

0 comments on commit 26b2cae

Please sign in to comment.