Skip to content

Commit

Permalink
Upgrade openssl,url,serde,serde_json,indicatif and futures-util
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Mar 10, 2024
1 parent 30ca810 commit 5b50fa3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 46 deletions.
79 changes: 39 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ documentation = "https://github.com/hustcer/musd/blob/main/README.md"
[dependencies]
clap = { version = "3.1.18", features = ["derive"] }
dialoguer = { version = "0.11.0", features = ["default"] }
futures-util = "0.3"
indicatif = { version = "0.17.0-rc.10" }
futures-util = "0.3.30"
indicatif = { version = "0.17.8" }
reqwest = { version = "0.11.25", features = ["json", "stream"] }
shadow-rs = { version = "0.11.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tabled = "0.7"
thiserror = "1.0.57"
tokio = { version = "1.26.0", features = ["full"] }
url = { version = "2.2.2" }
url = { version = "2.5.0" }
yansi = { version = "0.5" }
# [target.'cfg(linux)'.dependencies]
[target.'cfg(not(target_os = "windows"))'.dependencies]
# Our dependencies don't use OpenSSL on Windows
openssl = { version = "0.10", features = ["vendored"], optional = true }
openssl = { version = "0.10.64", features = ["vendored"], optional = true }

[dev-dependencies]
assert_cmd = "2"
Expand Down

0 comments on commit 5b50fa3

Please sign in to comment.