Skip to content

Commit 1b03b8c

Browse files
build(deps): bump itertools from 0.12.1 to 0.13.0 (#14525)
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](rust-itertools/itertools@v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.13.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c4e23b commit 1b03b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ dependencies = [
232232
"bitflags",
233233
"cexpr",
234234
"clang-sys",
235-
"itertools 0.12.1",
235+
"itertools 0.13.0",
236236
"log",
237237
"prettyplease",
238238
"proc-macro2",
@@ -1106,9 +1106,9 @@ dependencies = [
11061106

11071107
[[package]]
11081108
name = "itertools"
1109-
version = "0.12.1"
1109+
version = "0.13.0"
11101110
source = "registry+https://github.com/rust-lang/crates.io-index"
1111-
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1111+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
11121112
dependencies = [
11131113
"either",
11141114
]

0 commit comments

Comments
 (0)