mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-24 07:25:48 +08:00
Bump bytes from 1.2.0 to 1.2.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f01a4363bb
commit
8ec1aed26b
3 changed files with 33 additions and 33 deletions
62
Cargo.lock
generated
62
Cargo.lock
generated
|
@ -320,7 +320,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"axum-core",
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
|
@ -347,7 +347,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "d3ddbd16eabff8b45f21b98671fddcc93daaa7ac4c84f8473693437226040de5"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
|
@ -573,9 +573,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
|
||||
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
||||
|
||||
[[package]]
|
||||
name = "cache-padded"
|
||||
|
@ -1421,7 +1421,7 @@ version = "0.3.13"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fnv",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
|
@ -1473,7 +1473,7 @@ checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"headers-core",
|
||||
"http",
|
||||
"httpdate",
|
||||
|
@ -1557,7 +1557,7 @@ version = "0.2.8"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fnv",
|
||||
"itoa",
|
||||
]
|
||||
|
@ -1568,7 +1568,7 @@ version = "0.4.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"http",
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
@ -1622,7 +1622,7 @@ version = "0.14.18"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
|
@ -1671,7 +1671,7 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"hyper",
|
||||
"native-tls",
|
||||
"tokio",
|
||||
|
@ -2070,7 +2070,7 @@ version = "2.0.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f8f35e687561d5c1667590911e6698a8cb714a134a7505718a182e7bc9d3836"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"encoding_rs",
|
||||
"futures-util",
|
||||
"http",
|
||||
|
@ -2095,7 +2095,7 @@ dependencies = [
|
|||
"bitflags",
|
||||
"bitvec",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"cc",
|
||||
"cmake",
|
||||
"crc32fast",
|
||||
|
@ -2551,7 +2551,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-trait",
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"cookie",
|
||||
"futures-util",
|
||||
|
@ -2608,7 +2608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "6410fb35798b39e6f4d31dbe208b32238f35a3e322b44a1b58770d4c4b974f3a"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"derive_more",
|
||||
"futures-util",
|
||||
|
@ -2678,7 +2678,7 @@ checksum = "878c6cbf956e03af9aa8204b407b9cbf47c072164800aa918c516cd4b056c50c"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"fallible-iterator",
|
||||
"hmac 0.12.1",
|
||||
"md-5",
|
||||
|
@ -2694,7 +2694,7 @@ version = "0.2.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ebd6e8b7189a73169290e89bd24c771071f1012d8fe6f738f5226531f0b03d89"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"fallible-iterator",
|
||||
"postgres-protocol",
|
||||
|
@ -2774,7 +2774,7 @@ version = "0.10.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a07b0857a71a8cb765763950499cae2413c3f9cede1133478c43600d9e146890"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"prost-derive",
|
||||
]
|
||||
|
||||
|
@ -2797,7 +2797,7 @@ version = "0.10.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"prost",
|
||||
]
|
||||
|
||||
|
@ -2931,7 +2931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"encoding_rs",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
|
@ -3610,7 +3610,7 @@ dependencies = [
|
|||
"atoi",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"crc",
|
||||
"crossbeam-queue",
|
||||
|
@ -3870,7 +3870,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"libc",
|
||||
"memchr",
|
||||
"mio",
|
||||
|
@ -3959,7 +3959,7 @@ version = "0.7.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
||||
dependencies = [
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"pin-project-lite",
|
||||
|
@ -3986,7 +3986,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"axum",
|
||||
"base64 0.13.0",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"h2",
|
||||
|
@ -4050,7 +4050,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"http",
|
||||
|
@ -4162,7 +4162,7 @@ checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
|
|||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"byteorder",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"http",
|
||||
"httparse",
|
||||
"log",
|
||||
|
@ -4364,7 +4364,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-trait",
|
||||
"atty",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"clap",
|
||||
"config",
|
||||
"console",
|
||||
|
@ -4396,7 +4396,7 @@ version = "0.4.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"futures",
|
||||
"hex",
|
||||
|
@ -4425,7 +4425,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"argon2",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"chrono",
|
||||
"data-encoding",
|
||||
"humantime-serde",
|
||||
|
@ -4461,7 +4461,7 @@ name = "warpgate-database-protocols"
|
|||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"memchr",
|
||||
|
@ -4527,7 +4527,7 @@ version = "0.4.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"mysql_common",
|
||||
"once_cell",
|
||||
"password-hash 0.2.3",
|
||||
|
@ -4555,7 +4555,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-trait",
|
||||
"bimap",
|
||||
"bytes 1.2.0",
|
||||
"bytes 1.2.1",
|
||||
"dialoguer",
|
||||
"futures",
|
||||
"russh",
|
||||
|
|
|
@ -14,7 +14,7 @@ authors = [
|
|||
[dependencies]
|
||||
tokio = { version = "1.20", features = ["io-util"] }
|
||||
bitflags = { version = "1.3", default-features = false }
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
futures-core = { version = "0.3", default-features = false }
|
||||
futures-util = { version = "0.3", default-features = false, features = [
|
||||
"alloc",
|
||||
|
|
|
@ -13,7 +13,7 @@ async-trait = "0.1"
|
|||
tokio = { version = "1.20", features = ["tracing", "signal"] }
|
||||
tracing = "0.1"
|
||||
uuid = { version = "1.0", features = ["v4"] }
|
||||
bytes = "1.1"
|
||||
bytes = "1.2"
|
||||
mysql_common = "0.29"
|
||||
rand = "0.8"
|
||||
sha1 = "0.10.1"
|
||||
|
|
Loading…
Reference in a new issue