mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Bump getopts
This commit is contained in:
parent
17b04c4b6e
commit
f6a328c6ec
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ version = "0.1.6"
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
env_logger = {version = "0.8", default-features = false, features = ["termcolor","humantime","atty"]}
|
env_logger = {version = "0.8", default-features = false, features = ["termcolor","humantime","atty"]}
|
||||||
futures-util = { version = "0.3", default_features = false }
|
futures-util = { version = "0.3", default_features = false }
|
||||||
getopts = "0.2"
|
getopts = "0.2.21"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue