This commit is contained in:
Eugene Pankov 2022-07-20 10:03:10 +02:00
commit a1261cd7dc
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -561,9 +561,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
[[package]]
name = "cache-padded"

View file

@ -7,7 +7,7 @@ version = "0.3.0"
[dependencies]
anyhow = { version = "1.0", features = ["std"] }
async-trait = "0.1"
bytes = "1.1"
bytes = "1.2"
chrono = "0.4"
futures = "0.3"
hex = "0.4"

View file

@ -8,7 +8,7 @@ version = "0.3.0"
anyhow = "1.0"
argon2 = "0.4"
async-trait = "0.1"
bytes = "1.1"
bytes = "1.2"
chrono = {version = "0.4", features = ["serde"]}
data-encoding = "2.3"
humantime-serde = "1.1"

View file

@ -9,7 +9,7 @@ ansi_term = "0.12"
anyhow = "1.0"
async-trait = "0.1"
bimap = "0.6"
bytes = "1.1"
bytes = "1.2"
dialoguer = "0.10"
futures = "0.3"
russh = {version = "0.34.0-beta.5", features = ["openssl"]}

View file

@ -9,7 +9,7 @@ ansi_term = "0.12"
anyhow = {version = "1.0", features = ["backtrace"]}
async-trait = "0.1"
atty = "0.2"
bytes = "1.1"
bytes = "1.2"
clap = {version = "3.2", features = ["derive"]}
config = {version = "0.13", features = ["yaml"], default_features = false}
console = {version = "0.15", default_features = false}