chore(deps): bump clap to 3.0.0-beta.5

This commit is contained in:
graelo 2021-10-24 09:33:55 +02:00
parent 276d17ce8f
commit 077d16311e
9 changed files with 177 additions and 186 deletions

View file

@ -2,16 +2,18 @@
name = "copyrat"
version = "0.4.1"
authors = ["graelo <graelo@graelo.cc>"]
edition = "2018"
edition = "2021"
description = "This is tmux-copycat on Rust steroids."
repository = "https://github.com/graelo/tmux-copyrat"
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
license = "MIT"
[dependencies]
thiserror = "1"
termion = "1.5"
regex = "1.4"
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"]}
regex = "1.5"
clap = { version = "3.0.0-beta.5", features = ["wrap_help"]}
sequence_trie = "0.3.6"
duct = "0.13"