Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartin committed Jan 3, 2024
1 parent 029f9e6 commit 2919ffc
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 77 deletions.
141 changes: 71 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ version = "0.2.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.78"
anyhow = "1.0.79"
clap = { version = "4.4.12", features = ["cargo"] }
oci-spec = "0.6.0"
serde_json = "1.0.109"

[patch.crates-io]
# TODO: waiting for post-0.6.0 release (including PR #125)
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev="bed58f053943bd80f7afb5c177c229e5f67438d7" }
oci-spec = "0.6.4"
serde_json = "1.0.110"

0 comments on commit 2919ffc

Please sign in to comment.