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 futures-signals from 0.3.31 to 0.3.32

Bumps [futures-signals](https://github.com/Pauan/rust-signals) from 0.3.31 to 0.3.32.
- [Release notes](https://github.com/Pauan/rust-signals/releases)
- [Changelog](https://github.com/Pauan/rust-signals/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Pauan/rust-signals/commits)

---
updated-dependencies:
- dependency-name: futures-signals
  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-03-21 15:04:15 +00:00
committed by Quentin Gliech
parent 5995d35683
commit 283d38fecd
2 changed files with 325 additions and 129 deletions

View File

@ -23,7 +23,7 @@ bytes = "1.4.0"
chrono = "0.4.24"
form_urlencoded = "1.1.0"
futures = "0.3.27"
futures-signals = "0.3.31"
futures-signals = "0.3.32"
futures-util = "0.3.27"
headers = "0.3.8"
http = "0.2.9"