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

build(deps): bump tokio-stream from 0.1.11 to 0.1.12

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.11...tokio-stream-0.1.12)

---
updated-dependencies:
- dependency-name: tokio-stream
  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-02-20 20:04:30 +00:00
committed by Quentin Gliech
parent bf4faa9531
commit 09cc4b9971
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = "1.25.0"
async-trait = "0.1.64"
tokio-stream = "0.1.11"
tokio-stream = "0.1.12"
futures-util = "0.3.26"
tracing = "0.1.37"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] }