mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-10 19:41:25 +00:00
Update docopt requirement to 1.0
Updates the requirements on [docopt](https://github.com/docopt/docopt.rs) to permit the latest version. - [Release notes](https://github.com/docopt/docopt.rs/releases) - [Commits](https://github.com/docopt/docopt.rs/commits/1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
@ -13,7 +13,7 @@ information see https://github.com/alexcrichton/wasm-bindgen.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
docopt = "0.8"
|
||||
docopt = "1.0"
|
||||
failure = "0.1"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
Reference in New Issue
Block a user