1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump tokio-test from 0.4.2 to 0.4.3

Bumps [tokio-test](https://github.com/tokio-rs/tokio) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-test-0.4.2...tokio-test-0.4.3)

---
updated-dependencies:
- dependency-name: tokio-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-23 12:42:03 +00:00
committed by Quentin Gliech
parent b585caa632
commit 5538b19bed
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5591,9 +5591,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-test" name = "tokio-test"
version = "0.4.2" version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719"
dependencies = [ dependencies = [
"async-stream", "async-stream",
"bytes", "bytes",

View File

@ -23,7 +23,7 @@ libc = "0.2.147"
anyhow.workspace = true anyhow.workspace = true
rustls-pemfile = "1.0.3" rustls-pemfile = "1.0.3"
tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio = { version = "1.32.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] }
tokio-test = "0.4.2" tokio-test = "0.4.3"
tracing-subscriber = "0.3.17" tracing-subscriber = "0.3.17"
[[example]] [[example]]