Skip to content

Commit

Permalink
Bump the core group with 3 updates (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent fe752cf commit f3c0d3a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ path = "src/lib.rs"
[dependencies]
k8s-openapi = { version = "0.20.0", features = ["latest"] }
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.75"
anyhow = "1.0.76"
log = "0.4.17"
env_logger = "0.10.1"
serde_json = "1.0.108"
clap = { version = "4.4", features = ["cargo", "derive"] }
clap_complete = "4.4"
quote = "1.0.33"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"
serde_yaml = "0.9.29"
heck = "0.4.1"
syn = "2.0.40"
syn = "2.0.43"
libc = "0.2.151"

[dependencies.kube]
Expand Down

0 comments on commit f3c0d3a

Please sign in to comment.