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 Jul 23, 2023
1 parent 11e285c commit a2b6a89
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,15 +53,15 @@ 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.3.12", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.3.19", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.28"
hyper = "0.14.27"
image = { version = "0.24.6", default-features = true }
ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] }
lazy_static = "1.4.0"
mimalloc = { version = "0.1.37", default-features = false }
url = "2.4.0"
urlencoding = "2.1.2"
urlencoding = "2.1.3"
reqwest = { version = "0.11.18", features = ["stream"] }
tls-api = { version = "0.9.0", features = ["runtime-tokio"] }
tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] }
Expand Down

0 comments on commit a2b6a89

Please sign in to comment.