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 futures from 0.3.25 to 0.3.26

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.25...0.3.26)

---
updated-dependencies:
- dependency-name: futures
  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-02 10:46:56 +00:00
committed by Quentin Gliech
parent bdce2210ea
commit 23392e9fc1
2 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ base64ct = { version = "1.5.3", features = ["std"] }
bytes = "1.4.0"
chrono = "0.4.23"
form_urlencoded = "1.1.0"
futures = "0.3.25"
futures = "0.3.26"
futures-signals = "0.3.31"
futures-util = "0.3.26"
headers = "0.3.8"