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
Bump tokio-stream from 0.1.8 to 0.1.9
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) --- 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:
committed by
Quentin Gliech
parent
a0573feedb
commit
f9f2fab46b
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
tokio = "1.19.2"
|
||||
async-trait = "0.1.56"
|
||||
tokio-stream = "0.1.8"
|
||||
tokio-stream = "0.1.9"
|
||||
futures-util = "0.3.21"
|
||||
tracing = "0.1.34"
|
||||
sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
|
Reference in New Issue
Block a user