Bump bytes from 1.2.1 to 1.3.0

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/commits)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-26 19:32:49 +00:00 committed by Eugene
parent 1234e6e26c
commit fb0223679b
9 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View file

@ -548,9 +548,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.2.1"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
[[package]]
name = "cache-padded"

View file

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

View file

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

View file

@ -12,7 +12,7 @@ warpgate-db-migrations = { version = "*", path = "../warpgate-db-migrations" }
anyhow = "1.0"
argon2 = "0.4"
async-trait = "0.1"
bytes = "1.2"
bytes = "1.3"
chrono = { version = "0.4", features = ["serde"] }
data-encoding = "2.3"
humantime-serde = "1.1"

View file

@ -14,7 +14,7 @@ authors = [
[dependencies]
tokio = { version = "1.20", features = ["io-util"] }
bitflags = { version = "1.3", default-features = false }
bytes = "1.2"
bytes = "1.3"
futures-core = { version = "0.3", default-features = false }
futures-util = { version = "0.3", default-features = false, features = [
"alloc",

View file

@ -14,7 +14,7 @@ async-trait = "0.1"
tokio = { version = "1.20", features = ["tracing", "signal"] }
tracing = "0.1"
uuid = { version = "1.2", features = ["v4"] }
bytes = "1.2"
bytes = "1.3"
mysql_common = "0.29"
rand = "0.8"
sha1 = "0.10.5"

View file

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

View file

@ -5,7 +5,7 @@ name = "warpgate-sso"
version = "0.7.0"
[dependencies]
bytes = "1.2"
bytes = "1.3"
thiserror = "1.0"
tokio = { version = "1.20", features = ["tracing", "macros"] }
tracing = "0.1"

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.2"
bytes = "1.3"
clap = { version = "3.2", features = ["derive"] }
config = { version = "0.13", features = ["yaml"], default_features = false }
console = { version = "0.15", default_features = false }