1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-06 05:42:30 +03:00

build(deps): bump itertools from 0.10.5 to 0.11.0

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-22 20:01:00 +00:00
committed by Quentin Gliech
parent 8c42563e61
commit f584cd5243
2 changed files with 14 additions and 5 deletions

View File

@ -15,7 +15,7 @@ clap = { version = "4.3.4", features = ["derive"] }
dotenv = "0.15.0"
httpdate = "1.0.2"
hyper = { version = "0.14.26", features = ["full"] }
itertools = "0.10.5"
itertools = "0.11.0"
listenfd = "1.0.1"
rand = "0.8.5"
rand_chacha = "0.3.1"