mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
chore(deps): update dependencies
This commit is contained in:
parent
d78cab9b62
commit
2c403be23d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -336,9 +336,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termion"
|
name = "termion"
|
||||||
version = "3.0.0"
|
version = "4.0.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "417813675a504dfbbf21bfde32c03e5bf9f2413999962b479023c02848c1c7a5"
|
checksum = "1ccce68e518d1173e80876edd54760b60b792750d0cab6444a79101c6ea03848"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"libredox",
|
"libredox",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ exclude = ["/.github"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
||||||
termion = "3"
|
termion = "4"
|
||||||
regex = "1.6"
|
regex = "1.6"
|
||||||
clap = { version = "4.0", features = ["derive", "wrap_help"]}
|
clap = { version = "4.0", features = ["derive", "wrap_help"]}
|
||||||
sequence_trie = "0.3.6"
|
sequence_trie = "0.3.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue