Skip to content

Commit

Permalink
Bump the core group with 5 updates (#304)
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 Jan 13, 2025
1 parent e5f03cb commit cf0793c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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,18 +26,18 @@ name = "kopium"
path = "src/lib.rs"

[dependencies]
tokio = { version = "1.42.0", features = ["full"] }
tokio = { version = "1.43.0", features = ["full"] }
anyhow = "1.0.95"
log = "0.4.22"
env_logger = "0.11.6"
serde_json = "1.0.134"
serde_json = "1.0.135"
clap = { version = "4.5", features = ["cargo", "derive"] }
clap_complete = "4.5"
quote = "1.0.38"
serde = { version = "1.0.217", features = ["derive"] }
serde_yaml = "0.9.34"
heck = "0.5.0"
syn = "2.0.95"
syn = "2.0.96"
libc = "0.2.169"
regex = "1.11.1"

Expand Down

0 comments on commit cf0793c

Please sign in to comment.