Skip to content

Commit

Permalink
Merge pull request #618 from containerd/dependabot/cargo/clap-4.5.7
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.5.4 to 4.5.7
  • Loading branch information
Mossaka authored Jun 10, 2024
2 parents f5f497c + ca9c227 commit 7cc5e5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.4", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
indexmap = "2.2.6"

[lib]
Expand Down

0 comments on commit 7cc5e5a

Please sign in to comment.