mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Update clap to 3.0.0-rc.4
This commit is contained in:
parent
1a3624d011
commit
25d771778a
3 changed files with 8 additions and 9 deletions
|
|
@ -22,7 +22,7 @@ path = "src/main.rs"
|
|||
ansi_term = "0.12.0"
|
||||
app_dirs = { version = "2", package = "app_dirs2" }
|
||||
atty = "0.2"
|
||||
clap = { version = "3.0.0-beta.5", features = ["std", "derive", "suggestions" ], default-features = false }
|
||||
clap = { version = "3.0.0-rc.4", features = ["std", "derive", "suggestions" ], default-features = false }
|
||||
env_logger = { version = "0.9", optional = true }
|
||||
log = "0.4"
|
||||
reqwest = { version = "0.11.3", features = ["blocking", "rustls-tls", "rustls-tls-native-roots"], default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue