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

build(deps): bump the cargo-dependencies group with 5 updates #64

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps the cargo-dependencies group with 5 updates:

Package From To
clocksource 0.6.0 0.7.0
momento 0.31.0 0.32.1
redis 0.22.3 0.23.3
toml 0.7.8 0.8.2
itertools 0.10.5 0.11.0

Updates clocksource from 0.6.0 to 0.7.0

Commits

Updates momento from 0.31.0 to 0.32.1

Release notes

Sourced from momento's releases.

v0.32.1

0.32.1 (2023-10-05)

Chores

  • update protos (#154) (13ce6bfc)

v0.32.0

0.32.0 (2023-09-19)

Feature

  • make new functions get_decompress and set_compress (#153) (b2a6baba)
Commits

Updates redis from 0.22.3 to 0.23.3

Release notes

Sourced from redis's releases.

v0.23.3

0.23.3 (2023-09-01)

Note that this release fixes a small regression in async Redis Cluster handling of the PING command. Based on updated response aggregation logic in #888, it will again return a single response instead of an array.

Features

  • Add key_type command (#933 @​bruaba)
  • Async cluster: Group responses by response_policy. (#888)

Fixes

  • Remove unnecessary heap allocation (#939 @​thechampagne)
  • Sentinel tests: Ensure no ports are used twice (#915)
  • Fix lint issues (#937)
  • Fix JSON serialization error test (#928)
  • Remove unused dependencies (#916)

v0.23.2

0.23.2 (2023-08-10)

Fixes

  • Fix sentinel tests flakiness (#912)
  • Rustls: Remove usage of deprecated method (#921)
  • Fix compiling with sentinel feature, without aio feature (#922 @​brocaar)
  • Add timeouts to tests github action (#911)

v0.23.1

0.23.1 (2023-07-28)

Features

Changes

... (truncated)

Commits

Updates toml from 0.7.8 to 0.8.2

Commits
  • fe65b2b chore: Release
  • ed597eb chore: Release
  • 257a0fd docs: Update changelog
  • 4b44f53 Merge pull request #617 from epage/update
  • 7eaf286 fix(parser): Failed on mixed inline tables
  • e1f2037 test: Verify with latest data
  • 2f9253c chore: Update toml-test
  • c9b481c test(toml): Ensure tables are used for validation
  • 43d7f29 Merge pull request #615 from toml-rs/renovate/actions-checkout-4.x
  • ef9b837 chore(deps): update actions/checkout action to v4
  • Additional commits viewable in compare view

Updates itertools from 0.10.5 to 0.11.0

Changelog

Sourced from itertools's changelog.

0.11.0

Breaking

  • Make Itertools::merge_join_by also accept functions returning bool (#704)
  • Implement PeekingNext transitively over mutable references (#643)
  • Change with_position to yield (Position, Item) instead of Position<Item> (#699)

Added

  • Add Itertools::take_while_inclusive (#616)
  • Implement PeekingNext for PeekingTakeWhile (#644)
  • Add EitherOrBoth::{just_left, just_right, into_left, into_right, as_deref, as_deref_mut, left_or_insert, right_or_insert, left_or_insert_with, right_or_insert_with, insert_left, insert_right, insert_both} (#629)
  • Implement Clone for CircularTupleWindows (#686)
  • Implement Clone for Chunks (#683)
  • Add Itertools::process_results (#680)

Changed

  • Use Cell instead of RefCell in Format and FormatWith (#608)
  • CI tweaks (#674, #675)
  • Document and test the difference between stable and unstable sorts (#653)
  • Fix documentation error on Itertools::max_set_by_key (#692)
  • Move MSRV metadata to Cargo.toml (#672)
  • Implement equal with Iterator::eq (#591)
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 cargo-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clocksource](https://github.com/pelikan-io/rustcommon) | `0.6.0` | `0.7.0` |
| [momento](https://github.com/momentohq/client-sdk-rust) | `0.31.0` | `0.32.1` |
| [redis](https://github.com/redis-rs/redis-rs) | `0.22.3` | `0.23.3` |
| [toml](https://github.com/toml-rs/toml) | `0.7.8` | `0.8.2` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.11.0` |


Updates `clocksource` from 0.6.0 to 0.7.0
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `momento` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/momentohq/client-sdk-rust/releases)
- [Commits](momentohq/client-sdk-rust@v0.31.0...v0.32.1)

Updates `redis` from 0.22.3 to 0.23.3
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.22.3...redis-0.23.3)

Updates `toml` from 0.7.8 to 0.8.2
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.2)

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

---
updated-dependencies:
- dependency-name: clocksource
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: momento
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-ebde29ba4b branch October 18, 2023 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants