Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelipo committed Sep 18, 2023
1 parent 946cd46 commit b655146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
log = "0.4"
env_logger = "0.10.0"
bytes = "1.4"
bytes = "1.5"
sha2 = "0.10"
hex-literal = "0.4"
hex = "0.4"
Expand All @@ -30,7 +30,7 @@ rand = "0.8"
url = "2.4"
home = "0.5"
base64 = "0.21"
clap = { version = "4.3", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
dockerfile-parser = "0.9.0-alpha.1"
derive_builder = "0.12.0"
zstd = "0.12"
Expand Down

0 comments on commit b655146

Please sign in to comment.