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 Dec 10, 2023
1 parent f6fc6b8 commit 1a7e73d
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.10", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.4.11", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.29"
hyper = "0.14.27"
image = { version = "0.24.7", default-features = true }
Expand All @@ -65,7 +65,7 @@ urlencoding = "2.1.3"
reqwest = { version = "0.11.22", 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.34.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
tokio-stream = "0.1.14"
viuer = "0.6.2"
wild = "2.2.0"
Expand Down

0 comments on commit 1a7e73d

Please sign in to comment.