You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
build(deps): bump bytes from 1.3.0 to 1.4.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.3.0 to 1.4.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/compare/v1.3.0...v1.4.0) --- 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:
committed by
Quentin Gliech
parent
01b4ab7e10
commit
84aa506645
76
Cargo.lock
generated
76
Cargo.lock
generated
@ -197,7 +197,7 @@ dependencies = [
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
"base64 0.13.1",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"chrono",
|
||||
"fast_chemail",
|
||||
"fnv",
|
||||
@ -256,7 +256,7 @@ version = "5.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e294ef57859c27d31a9bb23edf1db948f7534445df30115d8672314f65451858"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"indexmap",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -346,7 +346,7 @@ dependencies = [
|
||||
"aws-smithy-json",
|
||||
"aws-smithy-types",
|
||||
"aws-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"hex",
|
||||
"http",
|
||||
"hyper",
|
||||
@ -395,7 +395,7 @@ dependencies = [
|
||||
"aws-smithy-http",
|
||||
"aws-smithy-types",
|
||||
"aws-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"http-body",
|
||||
"lazy_static",
|
||||
@ -421,7 +421,7 @@ dependencies = [
|
||||
"aws-smithy-json",
|
||||
"aws-smithy-types",
|
||||
"aws-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"regex",
|
||||
"tokio-stream",
|
||||
@ -445,7 +445,7 @@ dependencies = [
|
||||
"aws-smithy-json",
|
||||
"aws-smithy-types",
|
||||
"aws-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"regex",
|
||||
"tokio-stream",
|
||||
@ -471,7 +471,7 @@ dependencies = [
|
||||
"aws-smithy-types",
|
||||
"aws-smithy-xml",
|
||||
"aws-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"regex",
|
||||
"tower",
|
||||
@ -533,7 +533,7 @@ dependencies = [
|
||||
"aws-smithy-http",
|
||||
"aws-smithy-http-tower",
|
||||
"aws-smithy-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"fastrand",
|
||||
"http",
|
||||
"http-body",
|
||||
@ -551,7 +551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5bd86f48d7e36fb24ee922d04d79c8353e01724b1c38757ed92593179223aa7"
|
||||
dependencies = [
|
||||
"aws-smithy-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"bytes-utils",
|
||||
"futures-core",
|
||||
"http",
|
||||
@ -572,7 +572,7 @@ checksum = "c8972d1b4ae3aba1a10e7106fed53a5a36bc8ef86170a84f6ddd33d36fac12ad"
|
||||
dependencies = [
|
||||
"aws-smithy-http",
|
||||
"aws-smithy-types",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"http-body",
|
||||
"pin-project-lite",
|
||||
@ -646,7 +646,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"axum-core",
|
||||
"bitflags",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-util",
|
||||
"headers",
|
||||
"http",
|
||||
@ -678,7 +678,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1cae3e661676ffbacb30f1a824089a8c9150e71017f7e1e38f2aa32009188d34"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
@ -695,7 +695,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9a320103719de37b7b4da4c8eb629d4573f6bcfd3dfe80d3208806895ccf81d"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"cookie",
|
||||
"futures-util",
|
||||
"http",
|
||||
@ -905,9 +905,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
||||
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
@ -918,7 +918,7 @@ version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"either",
|
||||
]
|
||||
|
||||
@ -2069,7 +2069,7 @@ version = "0.3.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"fnv",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
@ -2132,7 +2132,7 @@ checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"bitflags",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"headers-core",
|
||||
"http",
|
||||
"httpdate",
|
||||
@ -2217,7 +2217,7 @@ version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"fnv",
|
||||
"itoa 1.0.5",
|
||||
]
|
||||
@ -2228,7 +2228,7 @@ version = "0.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"pin-project-lite",
|
||||
]
|
||||
@ -2290,7 +2290,7 @@ version = "0.14.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
@ -2945,7 +2945,7 @@ dependencies = [
|
||||
"aws-smithy-http",
|
||||
"aws-types",
|
||||
"axum",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-util",
|
||||
"headers",
|
||||
"http",
|
||||
@ -3063,7 +3063,7 @@ name = "mas-listener"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-util",
|
||||
"http-body",
|
||||
"hyper",
|
||||
@ -3087,7 +3087,7 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"base64ct",
|
||||
"bitflags",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"chrono",
|
||||
"form_urlencoded",
|
||||
"futures 0.3.25",
|
||||
@ -3350,7 +3350,7 @@ version = "2.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6ed4198ce7a4cbd2a57af78d28c6fbb57d81ac5f1d6ad79ac6c5587419cbdf22"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"encoding_rs",
|
||||
"futures-util",
|
||||
"http",
|
||||
@ -3566,7 +3566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1edc79add46364183ece1a4542592ca593e6421c60807232f5b8f7a31703825d"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"http",
|
||||
"hyper",
|
||||
"opentelemetry_api",
|
||||
@ -4222,7 +4222,7 @@ version = "0.11.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"prost-derive",
|
||||
]
|
||||
|
||||
@ -4232,7 +4232,7 @@ version = "0.11.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"heck",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
@ -4267,7 +4267,7 @@ version = "0.11.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"prost",
|
||||
]
|
||||
|
||||
@ -4457,7 +4457,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"encoding_rs",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
@ -5164,7 +5164,7 @@ dependencies = [
|
||||
"base64 0.13.1",
|
||||
"bitflags",
|
||||
"byteorder",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"chrono",
|
||||
"crc",
|
||||
"crossbeam-queue",
|
||||
@ -5477,7 +5477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"libc",
|
||||
"memchr",
|
||||
"mio",
|
||||
@ -5540,7 +5540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
|
||||
dependencies = [
|
||||
"async-stream",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
@ -5552,7 +5552,7 @@ version = "0.6.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
"futures-io",
|
||||
"futures-sink",
|
||||
@ -5568,7 +5568,7 @@ version = "0.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
||||
dependencies = [
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"pin-project-lite",
|
||||
@ -5612,7 +5612,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"axum",
|
||||
"base64 0.13.1",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"h2",
|
||||
@ -5676,7 +5676,7 @@ checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"bitflags",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures-core",
|
||||
"futures-util",
|
||||
"http",
|
||||
@ -6405,7 +6405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes 1.3.0",
|
||||
"bytes 1.4.0",
|
||||
"futures 0.3.25",
|
||||
"maplit",
|
||||
"serde",
|
||||
|
@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
aws-smithy-http = { version = "0.54.1", optional = true }
|
||||
aws-types = { version = "0.54.1", optional = true }
|
||||
axum = { version = "0.6.4", optional = true }
|
||||
bytes = "1.3.0"
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.3.0"
|
||||
bytes = "1.4.0"
|
||||
futures-util = "0.3.26"
|
||||
http-body = "0.4.5"
|
||||
hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] }
|
||||
|
@ -19,7 +19,7 @@ keystore = ["dep:mas-keystore"]
|
||||
|
||||
[dependencies]
|
||||
base64ct = { version = "1.5.3", features = ["std"] }
|
||||
bytes = "1.3.0"
|
||||
bytes = "1.4.0"
|
||||
chrono = "0.4.23"
|
||||
form_urlencoded = "1.1.0"
|
||||
futures = "0.3.25"
|
||||
|
Reference in New Issue
Block a user