Skip to content

Commit

Permalink
Merge pull request #5 from bagaluten/dependabot/cargo/config-0.14.0
Browse files Browse the repository at this point in the history
Bump config from 0.13.4 to 0.14.0
  • Loading branch information
kstiehl authored Jul 24, 2024
2 parents aaff461 + 57cb078 commit 5cede3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -10,7 +10,7 @@ lto = true

[dependencies]
clap = { version = "4.4.1", features = ["derive"] }
config = {version = "0.13.3", default-features = false, features = ["yaml"]}
config = {version = "0.14.0", default-features = false, features = ["yaml"]}
futures = "0.3.28"
k8s-openapi = { version = "0.19.0", features = ["v1_26"] }
kube = { version = "0.85.0", features = ["runtime"] }
Expand Down

0 comments on commit 5cede3a

Please sign in to comment.