Bump itertools from 0.12.0 to 0.12.1 (#129)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a04a829930
commit
70facf7fbe
|
@ -655,9 +655,9 @@ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
|||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.12.0"
|
||||
version = "0.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
|
||||
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
|
|
@ -13,7 +13,7 @@ hex = { version = "0.4", features = ["serde"] }
|
|||
thiserror = "1.0"
|
||||
rand = "0.8"
|
||||
serde_json = "1.0"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.12.1"
|
||||
exitcode = "1.1.2"
|
||||
clap = { version = "4.4.18", features = ["derive"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ hex = { version = "0.4", features = ["serde"] }
|
|||
thiserror = "1.0"
|
||||
rand = "0.8"
|
||||
serde_json = "1.0"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.12.1"
|
||||
exitcode = "1.1.2"
|
||||
pipe = "0.4.0"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ clap = { version = "4.4.7", features = ["derive"] }
|
|||
thiserror = "1.0"
|
||||
rand = "0.8"
|
||||
hex = "0.4"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.12.1"
|
||||
exitcode = "1.1.2"
|
||||
serde_json = "1.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue