Skip to content

Commit

Permalink
chore: Bump itertools from 0.12.0 to 0.12.1 (#249)
Browse files Browse the repository at this point in the history
Bumps itertools from 0.12.0 to 0.12.1.

Changelog
Sourced from itertools's changelog.

0.12.1
Added

Documented iteration order guarantee for Itertools::[tuple_]combinations (#822)
Documented possible panic in iterate (#842)
Implemented Clone and Debug for Diff (#845)
Implemented Debug for WithPosition (#859)
Implemented Eq for MinMaxResult (#838)
Implemented From<EitherOrBoth<A, B>> for Option<Either<A, B>> (#843)
Implemented PeekingNext for RepeatN (#855)

Changed

Made CoalesceBy lazy (#801)
Optimized Filter[Map]Ok::next, Itertools::partition, Unique[By]::next[_back] (#818)
Optimized Itertools::find_position (#837)
Optimized Positions::next[_back] (#816)
Optimized ZipLongest::fold (#854)
Relaxed Debug bounds for GroupingMapBy (#860)
Specialized ExactlyOneError::fold (#826)
Specialized Interleave[Shortest]::fold (#849)
Specialized MultiPeek::fold (#820)
Specialized PadUsing::[r]fold (#825)
Specialized PeekNth::fold (#824)
Specialized Positions::[r]fold (#813)
Specialized PutBackN::fold (#823)
Specialized RepeatN::[r]fold (#821)
Specialized TakeWhileInclusive::fold (#851)
Specialized ZipLongest::rfold (#848)

Notable Internal Changes

Added test coverage in CI (#847, #856)
Added semver check in CI (#784)
Enforced clippy in CI (#740)
Enforced rustdoc in CI (#840)
Improved specialization tests (#807)
More specialization benchmarks (#806)




Commits

98d3978 Prepare v0.12.1 release
dffac1f Bump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.3
00998a4 CoalesceBy: missing field in Debug
a0411d6 CombinationsWithReplacement: use a boxed slice internally
8dd75f1 Permutations: use boxed slices internally
b785403 ExactlyOneError: implement Debug differently
7a1c22b FlattenOk: Debug with macro
94452e3 GroupingMapBy: fix Debug implementation
2e325a0 TakeWhileInclusive: missing field in Debug
a48c5b4 WithPosition: implement Debug
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 64d8b8f commit 27ffe90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ console = "0.15.8"
crossterm = "0.27.0"
figment = { version = "0.10.14", features = ["env", "yaml"] }
humantime = "2.1.0"
itertools = "0.12.0"
itertools = "0.12.1"
libfatigue = { path = "../libfatigue", version = "0.2.14" }
num-format = "0.4.4"
prettytable-rs = "0.10.0"
Expand Down

0 comments on commit 27ffe90

Please sign in to comment.