Skip to content

Commit

Permalink
Bump the core group with 2 updates (#257)
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 Jul 22, 2024
1 parent ae632e2 commit 8a0db41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name = "kopium"
path = "src/lib.rs"

[dependencies]
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.38.1", features = ["full"] }
anyhow = "1.0.86"
log = "0.4.22"
env_logger = "0.11.3"
Expand All @@ -37,7 +37,7 @@ quote = "1.0.36"
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.34"
heck = "0.5.0"
syn = "2.0.71"
syn = "2.0.72"
libc = "0.2.155"

[dependencies.k8s-openapi]
Expand Down

0 comments on commit 8a0db41

Please sign in to comment.