Skip to content

Commit

Permalink
Merge pull request #698 from containerd/dependabot/cargo/patch-43b7fa…
Browse files Browse the repository at this point in the history
…65dd

chore(deps): bump clap from 4.5.19 to 4.5.20 in the patch group across 1 directory
  • Loading branch information
Mossaka authored Oct 8, 2024
2 parents 8206148 + f1cebc5 commit c783e24
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.18", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
indexmap = "2.2.6"
oci-wasm = { version = "0.0.5", default-features = false, features = ["rustls-tls"] }
tokio = { version = "1.38.0", features = [ "full" ] }
Expand Down

0 comments on commit c783e24

Please sign in to comment.