Skip to content

Commit

Permalink
Automatically update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
depi authored and depi committed Oct 1, 2023
1 parent 3e86856 commit 1e2aa45
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 @@ -53,7 +53,7 @@ arti-client = { version = "0.8.3", features = ["static"] }
arti-hyper = "0.8.3"
async_ftp = { version = "6.0.0", features = ["secure"] }
cfg-if = "1.0.0"
clap = { version = "4.4.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.4.6", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.28"
hyper = "0.14.27"
image = { version = "0.24.7", default-features = true }
Expand All @@ -68,7 +68,7 @@ tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] }
tokio = { version = "1.32.0", features = ["full"] }
tokio-stream = "0.1.14"
viuer = "0.6.2"
wild = "2.1.0"
wild = "2.2.0"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 1e2aa45

Please sign in to comment.