Skip to content

Commit

Permalink
Merge pull request #99 from influxdata/dependabot/cargo/kubert-0.19.0
Browse files Browse the repository at this point in the history
chore(deps): bump kubert from 0.18.0 to 0.19.0
  • Loading branch information
Marko Mikulicic authored Nov 8, 2023
2 parents 5a1802b + d2da334 commit b3bc1a2
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 @@ -14,7 +14,7 @@ futures = "0.3"
kube = { version = "0.85.0", features = ["runtime", "derive"] }
kube-derive = "0.84.0"
k8s-openapi = { version = "0.19.0", features = ["v1_26"] }
kubert = { version = "0.18.0", features = ["clap", "runtime", "server", "rustls-tls"] }
kubert = { version = "0.19.0", features = ["clap", "runtime", "server", "rustls-tls"] }
tokio = { version = "1.26", features = ["full"] }
anyhow = { version = "1", features = ["backtrace"] }
tracing = "0.1"
Expand Down

0 comments on commit b3bc1a2

Please sign in to comment.