Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group in /local-registry with 5 updates #96

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the all group in /local-registry with 5 updates:

Package From To
evalexpr 11.1.0 11.2.0
itertools 0.11.0 0.12.0
pathfinding 4.3.2 4.3.3
test-case 3.2.1 3.3.1
uuid 1.5.0 1.6.1

Updates evalexpr from 11.1.0 to 11.2.0

Changelog

Sourced from evalexpr's changelog.

11.2.0 - 2023-11-17

Added

  • Functions clear, clear_variables and clear_functions to HashMapContext (#156)

Contributors

My warmhearted thanks goes to:

Commits

Updates itertools from 0.11.0 to 0.12.0

Changelog

Sourced from itertools's changelog.

0.12.0

Breaking

  • Made take_while_inclusive consume iterator by value (#709)
  • Added Clone bound to Unique (#777)

Added

  • Added Itertools::try_len (#723)
  • Added free function sort_unstable (#796)
  • Added GroupMap::fold_with (#778, #785)
  • Added PeekNth::{peek_mut, peek_nth_mut} (#716)
  • Added PeekNth::{next_if, next_if_eq} (#734)
  • Added conversion into (Option<A>,Option<B>) to EitherOrBoth (#713)
  • Added conversion from Either<A, B> to EitherOrBoth<A, B> (#715)
  • Implemented ExactSizeIterator for Tuples (#761)
  • Implemented ExactSizeIterator for (Circular)TupleWindows (#752)
  • Made EitherOrBoth<T> a shorthand for EitherOrBoth<T, T> (#719)

Changed

  • Added missing #[must_use] annotations on iterator adaptors (#794)
  • Made Combinations lazy (#795)
  • Made Intersperse(With) lazy (#797)
  • Made Permutations lazy (#793)
  • Made Product lazy (#800)
  • Made TupleWindows lazy (#602)
  • Specialized Combinations::{count, size_hint} (#729)
  • Specialized CombinationsWithReplacement::{count, size_hint} (#737)
  • Specialized Powerset::fold (#765)
  • Specialized Powerset::count (#735)
  • Specialized TupleCombinations::{count, size_hint} (#763)
  • Specialized TupleCombinations::fold (#775)
  • Specialized WhileSome::fold (#780)
  • Specialized WithPosition::fold (#772)
  • Specialized ZipLongest::fold (#774)
  • Changed {min, max}_set* operations require alloc feature, instead of std (#760)
  • Improved documentation of tree_fold1 (#787)
  • Improved documentation of permutations (#724)
  • Fixed typo in documentation of multiunzip (#770)

Notable Internal Changes

  • Improved specialization tests (#799, #786, #782)
  • Simplified implementation of Permutations (#739, #748, #790)
  • Combined Merge/MergeBy/MergeJoinBy implementations (#736)
  • Simplified Permutations::size_hint (#739)
  • Fix wrapping arithmetic in benchmarks (#770)
  • Enforced rustfmt in CI (#751)
  • Disallowed compile warnings in CI (#720)
  • Used cargo hack to check MSRV (#754)
Commits
  • 98ecabb chore: Release itertools version 0.12.0
  • 22fc427 prepare v0.12.0 release
  • 6d29178 Document the field a_cur of Product
  • bf2b012 Better Product::size_hint
  • 8d07f6b Make Product lazy
  • d7e6bab Document the field peek of IntersperseWith
  • 9b01a11 Make IntersperseWith lazy
  • 4f22173 Refactor IntersperseWith::next
  • b76172b chore: adjust docs to reflect discussion in the PR
  • 955927f chore: fixup docs of tree_fold1
  • Additional commits viewable in compare view

Updates pathfinding from 4.3.2 to 4.3.3

Release notes

Sourced from pathfinding's releases.

v4.3.3

  • fix(yen): return all loopless paths
  • chore(cargo deny): fix warning in configuration file
  • chore(deps): update rust crate indexmap to 2.1.0
  • chore(deps): update rust crate thiserror to 1.0.50
  • chore(deps): update rust crate regex to 1.10.2
  • chore(deps): update rust crate num-traits to 0.2.17
Changelog

Sourced from pathfinding's changelog.

v4.3.3 / 2023-11-13

  • fix(yen): return all loopless paths
  • chore(cargo deny): fix warning in configuration file
  • chore(deps): update rust crate indexmap to 2.1.0
  • chore(deps): update rust crate thiserror to 1.0.50
  • chore(deps): update rust crate regex to 1.10.2
  • chore(deps): update rust crate num-traits to 0.2.17
Commits
  • b7647dc chore: Release pathfinding version 4.3.3
  • e1a6223 Prepare ChangeLog for next release
  • 79af200 Merge pull request #470 from evenfurther/deny-fix
  • 4f9d623 Merge pull request #469 from evenfurther/issue-467
  • 13dc3fc chore(cargo deny): fix warning in configuration file
  • 95ca00a fix(yen): return all loopless paths
  • 8970cae Merge pull request #466 from evenfurther/renovate/indexmap-2.x
  • bb0e7d1 fix(deps): update rust crate indexmap to 2.1.0
  • eb46f76 Merge pull request #465 from evenfurther/renovate/thiserror-1.x
  • 642b69e fix(deps): update rust crate thiserror to 1.0.50
  • Additional commits viewable in compare view

Updates test-case from 3.2.1 to 3.3.1

Release notes

Sourced from test-case's releases.

Test Case - v3.3.1

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.3.0...v3.3.1

Test Case - v3.3.0

What's Changed

New Contributors

Full Changelog: frondeus/test-case@v3.2.1...v3.3.0

Changelog

Sourced from test-case's changelog.

3.3.1

Fixes

  • Avoid emitting additional misleading error messages by proc-macro2-diagnostics (#138)

3.3.0

Features

  • Allow comments in test-matrix macro (#132)

Improvements

  • Drop proc-macro-error dependency & improve error messages (#136)
Commits
  • 1ea705c Minor CHANGELOG cleanup
  • e57c21b Bump version to 3.3.1
  • 3cfb534 fix: Remove proc-macro2-diagnostics dependency (#138)
  • f7b6691 Bump version to 3.3.0
  • 21212e2 chore: Update crate publishing script
  • b0a764f .github: replace actions-rs with dtolnay/rust-toolchain, add caching (#137)
  • d32127b Remove proc-macro-error dependency (#136)
  • 2fc16bf feat: Add the ability to have comments in matrix tests (#132)
  • 97bcfc0 docs: test_matrix example that does not compile in README (#133)
  • bf3ee27 deps: disable proc-macro-error default features (#134)
  • Additional commits viewable in compare view

Updates uuid from 1.5.0 to 1.6.1

Release notes

Sourced from uuid's releases.

1.6.1

What's Changed

Full Changelog: uuid-rs/uuid@1.6.0...1.6.1

1.6.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.5.0...1.6.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /local-registry with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [evalexpr](https://github.com/ISibboI/evalexpr) | `11.1.0` | `11.2.0` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.11.0` | `0.12.0` |
| [pathfinding](https://github.com/evenfurther/pathfinding) | `4.3.2` | `4.3.3` |
| [test-case](https://github.com/frondeus/test-case) | `3.2.1` | `3.3.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.5.0` | `1.6.1` |


Updates `evalexpr` from 11.1.0 to 11.2.0
- [Changelog](https://github.com/ISibboI/evalexpr/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ISibboI/evalexpr/commits)

Updates `itertools` from 0.11.0 to 0.12.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

Updates `pathfinding` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/evenfurther/pathfinding/releases)
- [Changelog](https://github.com/evenfurther/pathfinding/blob/main/CHANGELOG.md)
- [Commits](evenfurther/pathfinding@v4.3.2...v4.3.3)

Updates `test-case` from 3.2.1 to 3.3.1
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](frondeus/test-case@v3.2.1...v3.3.1)

Updates `uuid` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.5.0...1.6.1)

---
updated-dependencies:
- dependency-name: evalexpr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pathfinding
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: test-case
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 20, 2023 19:57
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Nov 20, 2023
@senekor senekor merged commit 6bf3e06 into main Nov 21, 2023
2 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-f97c24561d branch November 21, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:rep/tiny Tiny amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants