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 Mar 31, 2024
1 parent c7fe9f2 commit fadca79
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.5.3", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.30"
hyper = "0.14.28"
image = { version = "0.24.9", default-features = true }
Expand All @@ -65,7 +65,7 @@ urlencoding = "2.1.3"
reqwest = { version = "0.11.27", features = ["stream"] }
tls-api = { version = "0.9.0", features = ["runtime-tokio"] }
tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tokio-stream = "0.1.15"
viuer = "0.6.2"
wild = "2.2.1"
Expand Down

0 comments on commit fadca79

Please sign in to comment.