mirror of
https://github.com/veeso/termscp.git
synced 2026-07-27 18:11:06 +02:00
keyring 1.0.0
This commit is contained in:
committed by
Christian Visintin
parent
4897253932
commit
332284fec3
@@ -24,7 +24,7 @@ termscp = { path = "/usr/bin/termscp" }
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "Christian Visintin <christian.visintin1997@gmail.com>"
|
||||
copyright = "2021, Christian Visintin <christian.visintin1997@gmail.com>"
|
||||
copyright = "2022, Christian Visintin <christian.visintin1997@gmail.com>"
|
||||
extended-description-file = "docs/misc/README.deb.txt"
|
||||
|
||||
[[bin]]
|
||||
@@ -32,7 +32,7 @@ name = "termscp"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
argh = "0.1.6"
|
||||
argh = "0.1.7"
|
||||
bitflags = "1.3.2"
|
||||
bytesize = "1.1.0"
|
||||
chrono = "0.4.19"
|
||||
@@ -40,7 +40,7 @@ content_inspector = "0.2.4"
|
||||
dirs = "4.0.0"
|
||||
edit = "0.1.3"
|
||||
hostname = "0.3.1"
|
||||
keyring = { version = "0.10.1", optional = true }
|
||||
keyring = { version = "1.0.0", optional = true }
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4.14"
|
||||
magic-crypt = "3.1.7"
|
||||
|
||||
Reference in New Issue
Block a user