diff --git a/Cargo.lock b/Cargo.lock index 5df024c6..e0ad230f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/warpgate-admin/Cargo.toml b/warpgate-admin/Cargo.toml index 6ea044e8..04163923 100644 --- a/warpgate-admin/Cargo.toml +++ b/warpgate-admin/Cargo.toml @@ -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" diff --git a/warpgate-common/Cargo.toml b/warpgate-common/Cargo.toml index 636fd1f1..57620bc2 100644 --- a/warpgate-common/Cargo.toml +++ b/warpgate-common/Cargo.toml @@ -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" diff --git a/warpgate-protocol-ssh/Cargo.toml b/warpgate-protocol-ssh/Cargo.toml index 1ca3e2b2..bce1bac6 100644 --- a/warpgate-protocol-ssh/Cargo.toml +++ b/warpgate-protocol-ssh/Cargo.toml @@ -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"]} diff --git a/warpgate/Cargo.toml b/warpgate/Cargo.toml index 733281a6..c1e1f08c 100644 --- a/warpgate/Cargo.toml +++ b/warpgate/Cargo.toml @@ -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}