Bump itertools from 0.12.1 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.14.0)
---
updated-dependencies:
- dependency-name: itertools
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 13 ++++++++++++-
Cargo.toml | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
@@ -225,7 +225,7 @@
"bitflags",
"cexpr",
"clang-sys",
"itertools",
"itertools 0.12.1",
"lazy_static",
"lazycell",
"proc-macro2",
@@ -1857,6 +1857,15 @@
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2540,7 +2549,7 @@
"hashbrown",
"httparse",
"humantime",
"itertools",
"itertools 0.14.0",
"md5",
"memchr",
"moka",
@@ -48,7 +48,7 @@
] }
httparse = "1.10"
humantime = "2.2"
itertools = "0.12.1"
itertools = "0.14.0"
md5 = "0.7"
memchr = "2.7"
moka = { version = "0.12.10", features = ["future"] }