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 24, 2023
1 parent 1a7e73d commit 0b2d8aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@ doc = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.76"
argfile = "0.1.6"
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.11", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
futures = "0.3.29"
hyper = "0.14.27"
hyper = "0.14.28"
image = { version = "0.24.7", default-features = true }
ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-hyper-tls"] }
lazy_static = "1.4.0"
mimalloc = { version = "0.1.39", default-features = false }
url = "2.5.0"
urlencoding = "2.1.3"
reqwest = { version = "0.11.22", features = ["stream"] }
reqwest = { version = "0.11.23", 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.35.0", features = ["full"] }
tokio = { version = "1.35.1", features = ["full"] }
tokio-stream = "0.1.14"
viuer = "0.6.2"
wild = "2.2.0"
Expand Down

0 comments on commit 0b2d8aa

Please sign in to comment.