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 10, 2024
1 parent 11a96ac commit ed8bb72
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.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "4.5.2", 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 @@ -62,7 +62,7 @@ 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.24", features = ["stream"] }
reqwest = { version = "0.11.25", 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"] }
Expand Down

0 comments on commit ed8bb72

Please sign in to comment.