1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

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-21 14:06:38 +00:00
committed by Quentin Gliech
parent 809f836bb4
commit f1bd7675a1
3 changed files with 42 additions and 42 deletions

80
Cargo.lock generated
View File

@ -167,7 +167,7 @@ dependencies = [
"async-stream", "async-stream",
"async-trait", "async-trait",
"base64", "base64",
"bytes 1.2.1", "bytes 1.3.0",
"chrono", "chrono",
"fast_chemail", "fast_chemail",
"fnv", "fnv",
@ -225,7 +225,7 @@ version = "4.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a941b499fead4a3fb5392cabf42446566d18c86313f69f2deab69560394d65f" checksum = "7a941b499fead4a3fb5392cabf42446566d18c86313f69f2deab69560394d65f"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"indexmap", "indexmap",
"serde", "serde",
"serde_json", "serde_json",
@ -314,7 +314,7 @@ dependencies = [
"aws-smithy-json", "aws-smithy-json",
"aws-smithy-types", "aws-smithy-types",
"aws-types", "aws-types",
"bytes 1.2.1", "bytes 1.3.0",
"hex", "hex",
"http", "http",
"hyper", "hyper",
@ -349,7 +349,7 @@ dependencies = [
"aws-smithy-http", "aws-smithy-http",
"aws-smithy-types", "aws-smithy-types",
"aws-types", "aws-types",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"http-body", "http-body",
"lazy_static", "lazy_static",
@ -374,7 +374,7 @@ dependencies = [
"aws-smithy-json", "aws-smithy-json",
"aws-smithy-types", "aws-smithy-types",
"aws-types", "aws-types",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"tokio-stream", "tokio-stream",
"tower", "tower",
@ -396,7 +396,7 @@ dependencies = [
"aws-smithy-json", "aws-smithy-json",
"aws-smithy-types", "aws-smithy-types",
"aws-types", "aws-types",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"tokio-stream", "tokio-stream",
"tower", "tower",
@ -419,7 +419,7 @@ dependencies = [
"aws-smithy-types", "aws-smithy-types",
"aws-smithy-xml", "aws-smithy-xml",
"aws-types", "aws-types",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"tower", "tower",
] ]
@ -477,7 +477,7 @@ dependencies = [
"aws-smithy-http", "aws-smithy-http",
"aws-smithy-http-tower", "aws-smithy-http-tower",
"aws-smithy-types", "aws-smithy-types",
"bytes 1.2.1", "bytes 1.3.0",
"fastrand", "fastrand",
"http", "http",
"http-body", "http-body",
@ -495,7 +495,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf58ed4fefa61dbf038e5421a521cbc2c448ef69deff0ab1d915d8a10eda5664" checksum = "bf58ed4fefa61dbf038e5421a521cbc2c448ef69deff0ab1d915d8a10eda5664"
dependencies = [ dependencies = [
"aws-smithy-types", "aws-smithy-types",
"bytes 1.2.1", "bytes 1.3.0",
"bytes-utils", "bytes-utils",
"futures-core", "futures-core",
"http", "http",
@ -515,7 +515,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c96d7bd35e7cf96aca1134b2f81b1b59ffe493f7c6539c051791cbbf7a42d3" checksum = "20c96d7bd35e7cf96aca1134b2f81b1b59ffe493f7c6539c051791cbbf7a42d3"
dependencies = [ dependencies = [
"aws-smithy-http", "aws-smithy-http",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"http-body", "http-body",
"pin-project-lite", "pin-project-lite",
@ -588,7 +588,7 @@ dependencies = [
"async-trait", "async-trait",
"axum-core 0.2.9", "axum-core 0.2.9",
"bitflags", "bitflags",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"http", "http",
"http-body", "http-body",
@ -618,7 +618,7 @@ dependencies = [
"axum-core 0.3.0-rc.3", "axum-core 0.3.0-rc.3",
"base64", "base64",
"bitflags", "bitflags",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"headers", "headers",
"http", "http",
@ -651,7 +651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc" checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"http", "http",
"http-body", "http-body",
@ -667,7 +667,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1aa274f0599e5100cbc24e1f184d437d8086ea0bba0b5f68326e2ad5a48567" checksum = "5d1aa274f0599e5100cbc24e1f184d437d8086ea0bba0b5f68326e2ad5a48567"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"http", "http",
"http-body", "http-body",
@ -683,7 +683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a35dfc7e1c432f55bc4f5665926651cc34d169ed7db7b6c01a26a20abc47af" checksum = "16a35dfc7e1c432f55bc4f5665926651cc34d169ed7db7b6c01a26a20abc47af"
dependencies = [ dependencies = [
"axum 0.6.0-rc.5", "axum 0.6.0-rc.5",
"bytes 1.2.1", "bytes 1.3.0",
"cookie", "cookie",
"futures-util", "futures-util",
"http", "http",
@ -834,9 +834,9 @@ dependencies = [
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.2.1" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -847,7 +847,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9" checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"either", "either",
] ]
@ -1887,7 +1887,7 @@ version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"fnv", "fnv",
"futures-core", "futures-core",
"futures-sink", "futures-sink",
@ -1936,7 +1936,7 @@ checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
dependencies = [ dependencies = [
"base64", "base64",
"bitflags", "bitflags",
"bytes 1.2.1", "bytes 1.3.0",
"headers-core", "headers-core",
"http", "http",
"httpdate", "httpdate",
@ -2012,7 +2012,7 @@ version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"fnv", "fnv",
"itoa 1.0.4", "itoa 1.0.4",
] ]
@ -2023,7 +2023,7 @@ version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"pin-project-lite", "pin-project-lite",
] ]
@ -2064,7 +2064,7 @@ version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"futures-channel", "futures-channel",
"futures-core", "futures-core",
"futures-util", "futures-util",
@ -2680,7 +2680,7 @@ dependencies = [
"aws-smithy-http", "aws-smithy-http",
"aws-types", "aws-types",
"axum 0.6.0-rc.5", "axum 0.6.0-rc.5",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"headers", "headers",
"http", "http",
@ -2800,7 +2800,7 @@ name = "mas-listener"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes 1.2.1", "bytes 1.3.0",
"futures-util", "futures-util",
"http-body", "http-body",
"hyper", "hyper",
@ -3025,7 +3025,7 @@ version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22" checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"encoding_rs", "encoding_rs",
"futures-util", "futures-util",
"http", "http",
@ -3218,7 +3218,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1edc79add46364183ece1a4542592ca593e6421c60807232f5b8f7a31703825d" checksum = "1edc79add46364183ece1a4542592ca593e6421c60807232f5b8f7a31703825d"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"hyper", "hyper",
"opentelemetry_api", "opentelemetry_api",
@ -3832,7 +3832,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a" checksum = "a0841812012b2d4a6145fae9a6af1534873c32aa67fff26bd09f8fa42c83f95a"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"prost-derive", "prost-derive",
] ]
@ -3842,7 +3842,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511" checksum = "1d8b442418ea0822409d9e7d047cbf1e7e9e1760b172bf9982cf29d517c93511"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"heck", "heck",
"itertools", "itertools",
"lazy_static", "lazy_static",
@ -3877,7 +3877,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a" checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"prost", "prost",
] ]
@ -4015,7 +4015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [ dependencies = [
"base64", "base64",
"bytes 1.2.1", "bytes 1.3.0",
"encoding_rs", "encoding_rs",
"futures-core", "futures-core",
"futures-util", "futures-util",
@ -4596,7 +4596,7 @@ dependencies = [
"base64", "base64",
"bitflags", "bitflags",
"byteorder", "byteorder",
"bytes 1.2.1", "bytes 1.3.0",
"chrono", "chrono",
"crc", "crc",
"crossbeam-queue", "crossbeam-queue",
@ -4919,7 +4919,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes 1.2.1", "bytes 1.3.0",
"libc", "libc",
"memchr", "memchr",
"mio", "mio",
@ -4982,7 +4982,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"bytes 1.2.1", "bytes 1.3.0",
"futures-core", "futures-core",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
@ -5006,7 +5006,7 @@ version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"futures-core", "futures-core",
"futures-io", "futures-io",
"futures-sink", "futures-sink",
@ -5022,7 +5022,7 @@ version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
dependencies = [ dependencies = [
"bytes 1.2.1", "bytes 1.3.0",
"futures-core", "futures-core",
"futures-sink", "futures-sink",
"pin-project-lite", "pin-project-lite",
@ -5049,7 +5049,7 @@ dependencies = [
"async-trait", "async-trait",
"axum 0.5.17", "axum 0.5.17",
"base64", "base64",
"bytes 1.2.1", "bytes 1.3.0",
"futures-core", "futures-core",
"futures-util", "futures-util",
"h2", "h2",
@ -5113,7 +5113,7 @@ checksum = "3c530c8675c1dbf98facee631536fa116b5fb6382d7dd6dc1b118d970eafe3ba"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"bitflags", "bitflags",
"bytes 1.2.1", "bytes 1.3.0",
"futures-core", "futures-core",
"futures-util", "futures-util",
"http", "http",
@ -5267,7 +5267,7 @@ checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [ dependencies = [
"base64", "base64",
"byteorder", "byteorder",
"bytes 1.2.1", "bytes 1.3.0",
"http", "http",
"httparse", "httparse",
"log", "log",
@ -5779,7 +5779,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca" checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes 1.2.1", "bytes 1.3.0",
"futures 0.3.25", "futures 0.3.25",
"maplit", "maplit",
"serde", "serde",

View File

@ -9,7 +9,7 @@ license = "Apache-2.0"
aws-smithy-http = { version = "0.51.0", optional = true } aws-smithy-http = { version = "0.51.0", optional = true }
aws-types = { version = "0.51.0", optional = true } aws-types = { version = "0.51.0", optional = true }
axum = { version = "0.6.0-rc.5", optional = true } axum = { version = "0.6.0-rc.5", optional = true }
bytes = "1.2.1" bytes = "1.3.0"
futures-util = "0.3.25" futures-util = "0.3.25"
headers = "0.3.8" headers = "0.3.8"
http = "0.2.8" http = "0.2.8"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
[dependencies] [dependencies]
bytes = "1.2.1" bytes = "1.3.0"
futures-util = "0.3.25" futures-util = "0.3.25"
http-body = "0.4.5" http-body = "0.4.5"
hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] } hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] }