Skip to content

Commit

Permalink
Bump the core group with 3 updates (#288)
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 Nov 11, 2024
1 parent fc0f7a8 commit 1a56418
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -26,15 +26,15 @@ name = "kopium"
path = "src/lib.rs"

[dependencies]
tokio = { version = "1.41.0", features = ["full"] }
anyhow = "1.0.92"
tokio = { version = "1.41.1", features = ["full"] }
anyhow = "1.0.93"
log = "0.4.22"
env_logger = "0.11.5"
serde_json = "1.0.132"
clap = { version = "4.5", features = ["cargo", "derive"] }
clap_complete = "4.5"
quote = "1.0.37"
serde = { version = "1.0.214", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_yaml = "0.9.34"
heck = "0.5.0"
syn = "2.0.87"
Expand Down

0 comments on commit 1a56418

Please sign in to comment.