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

build(deps): bump itertools from 0.12.1 to 0.13.0

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.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]
2024-07-01 10:16:41 +00:00
committed by Quentin Gliech
parent f3f2f64795
commit fa1752e4be
2 changed files with 14 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ figment.workspace = true
httpdate = "1.0.3"
hyper.workspace = true
ipnetwork = "0.20.0"
itertools = "0.12.1"
itertools = "0.13.0"
listenfd = "1.0.1"
rand.workspace = true
rand_chacha = "0.3.1"