Skip to content

Commit

Permalink
Merge pull request #844 from containerd/dependabot/cargo/patch-77bd05…
Browse files Browse the repository at this point in the history
…abc1

chore(deps): bump clap from 4.5.27 to 4.5.28 in the patch group
  • Loading branch information
Mossaka authored Feb 10, 2025
2 parents fc50664 + c9102c9 commit 9000564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion crates/oci-tar-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oci-spec = { workspace = true, features = ["runtime"] }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
indexmap = "2.7.1"
oci-wasm = { version = "0.2.1", default-features = false, features = ["rustls-tls"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }
Expand Down

0 comments on commit 9000564

Please sign in to comment.