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

17
Cargo.lock generated
View File

@@ -1220,7 +1220,7 @@ dependencies = [
"cranelift-codegen", "cranelift-codegen",
"cranelift-entity", "cranelift-entity",
"cranelift-frontend", "cranelift-frontend",
"itertools", "itertools 0.12.1",
"log", "log",
"smallvec", "smallvec",
"wasmparser", "wasmparser",
@@ -2761,6 +2761,15 @@ dependencies = [
"either", "either",
] ]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]] [[package]]
name = "itoa" name = "itoa"
version = "1.0.11" version = "1.0.11"
@@ -3024,7 +3033,7 @@ dependencies = [
"httpdate", "httpdate",
"hyper 0.14.28", "hyper 0.14.28",
"ipnetwork", "ipnetwork",
"itertools", "itertools 0.13.0",
"listenfd", "listenfd",
"mas-config", "mas-config",
"mas-data-model", "mas-data-model",
@@ -4555,7 +4564,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools", "itertools 0.12.1",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.60", "syn 2.0.60",
@@ -5529,7 +5538,7 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
dependencies = [ dependencies = [
"itertools", "itertools 0.12.1",
"nom", "nom",
"unicode_categories", "unicode_categories",
] ]

View File

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