Skip to content

Commit

Permalink
Bump the core group with 3 updates (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a63632e commit b8143bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 @@ -27,14 +27,14 @@ path = "src/lib.rs"

[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
anyhow = "1.0.82"
anyhow = "1.0.83"
log = "0.4.21"
env_logger = "0.11.3"
serde_json = "1.0.116"
clap = { version = "4.5", features = ["cargo", "derive"] }
clap_complete = "4.5"
quote = "1.0.36"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_yaml = "0.9.34"
heck = "0.5.0"
syn = "2.0.60"
Expand All @@ -49,7 +49,7 @@ version = "0.91.0"
features = ["derive"]

[dev-dependencies]
schemars = "0.8.17"
schemars = "0.8.19"
typed-builder = "0.18.2"

[dev-dependencies.k8s-openapi]
Expand Down

0 comments on commit b8143bb

Please sign in to comment.