Skip to content

Commit

Permalink
cargo upgrade --incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Apr 4, 2024
1 parent fe933fb commit d36d875
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
22 changes: 11 additions & 11 deletions ocipkg-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ repository = "https://github.com/termoshtt/ocipkg"
readme = "../README.md"

[dependencies]
base64 = "0.13.0"
cargo_metadata = "0.15.0"
clap = { version = "3.2.8", features = ["derive"] }
colored = "2.0.0"
env_logger = "0.9.0"
base64 = "0.22.0"
cargo_metadata = "0.18.1"
clap = { version = "3.2.25", features = ["derive"] }
colored = "2.0.2"
env_logger = "0.9.3"
# Pinned because newer versions require Rust 1.60 while this crate has a MSRV of 1.57
git2 = "=0.14.2"
log = "0.4.17"
serde_json = "1.0.82"
url = "2.2.2"
oci-spec = "0.5.8"
flate2 = "1.0.25"
tar = "0.4.38"
log = "0.4.18"
serde_json = "1.0.115"
url = "2.5.0"
oci-spec = "0.6.5"
flate2 = "1.0.28"
tar = "0.4.40"

[dependencies.ocipkg]
version = "0.2.0"
Expand Down
34 changes: 17 additions & 17 deletions ocipkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ readme = "../README.md"

[dependencies]
base16ct = { version = "0.1.1", features = ["alloc"] }
base64 = "0.13.0"
chrono = "0.4.19"
directories = "4.0.1"
flate2 = "1.0.24"
base64 = "0.22.0"
chrono = "0.4.31"
directories = "5.0.1"
flate2 = "1.0.28"
lazy_static = "1.4.0"
log = "0.4.17"
oci-spec = "0.5.7"
regex = "1.5.6"
serde = "1.0.137"
serde_json = "1.0.82"
sha2 = "0.10.2"
tar = "0.4.38"
thiserror = "1.0.31"
toml = "0.5.9"
ureq = { version = "2.5.0", features = ["json"] }
url = "2.2.2"
uuid = { version = "1.1.2", features = ["v4"] }
walkdir = "2.3.2"
log = "0.4.18"
oci-spec = "0.6.5"
regex = "1.7.3"
serde = "1.0.197"
serde_json = "1.0.115"
sha2 = "0.10.8"
tar = "0.4.40"
thiserror = "1.0.58"
toml = "0.5.11"
ureq = { version = "2.9.3", features = ["json"] }
url = "2.5.0"
uuid = { version = "1.5.0", features = ["v4"] }
walkdir = "2.5.0"

[dev-dependencies]
maplit = "1.0.2"

0 comments on commit d36d875

Please sign in to comment.