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 rust-minor-patch group with 2 updates #243

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Bumps the rust-minor-patch group with 2 updates: fnct and redis.

Updates fnct from 0.6.3 to 0.6.5

Release notes

Sourced from fnct's releases.

v0.6.5

What's Changed

Full Changelog: Defelo/fnct@v0.6.3...v0.6.5

Commits

Updates redis from 0.25.4 to 0.26.0

Release notes

Sourced from redis's releases.

v0.26.0

0.26.0 (2024-07-26)

Features

  • Breaking change: Add RESP3 support (#1058 @​altanozlu)
  • Breaking change: Expose Errors in Value 1093
  • Add max retry delay for every reconnect (#1194 tonynguyen-sotatek)
  • Add support for routing by node address. #1062
  • Breaking change: Deprecate function that erroneously use tokio in its name. 1087
  • Breaking change: Change is_single_arg to num_of_args in ToRedisArgs trait (1238 @​git-hulk)
  • feat: add implementation of ToRedisArgs,FromRedisValue traits for Arc<T>,Box<T>,Rc<T> (1088 @​xoac)
  • MultiplexedConnection: Relax type requirements for pubsub functions. 1129
  • Add invoke_script to commands to allow for pipelining of scripts (1097 @​Dav1dde)
  • Adde MultiplexedConnection configuration, usable through Sentinel (1167 @​jrylander)
  • Slot parsing: Added handling to "?" and NULL hostnames in CLUSTER SLOTS. 1094
  • Add scan_options (1231 @​alekspickle)
  • Add un/subscribe commands to aio::ConnectionManager. 1149
  • Mark deprecated constructor functions. 1218

Changes & Bug fixes

... (truncated)

Commits
  • d6a33ff Update to version 0.26.0.
  • 6301992 Use regular channels instead of sync channels.
  • 67ee3e2 Remove tokio dependency from non-aio build.
  • 791acd8 Fix more lints.
  • 204ee24 Fix new lints.
  • d8f69b1 Remove double reporting of disconnections.
  • 2c5798b Move set_push_sender to configuration.
  • 34471b6 Add RESP3 async pubsub documentation.
  • e221d86 Fix, test, and document protocol parsing.
  • c509733 Remove usage of push manager.
  • 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 <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 rust-minor-patch group with 2 updates: [fnct](https://github.com/Defelo/fnct) and [redis](https://github.com/redis-rs/redis-rs).


Updates `fnct` from 0.6.3 to 0.6.5
- [Release notes](https://github.com/Defelo/fnct/releases)
- [Changelog](https://github.com/Defelo/fnct/blob/develop/release.toml)
- [Commits](Defelo/fnct@v0.6.3...v0.6.5)

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

---
updated-dependencies:
- dependency-name: fnct
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2024

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

@dependabot dependabot bot closed this Jul 30, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-patch-dd7f1d1c22 branch July 30, 2024 11:59
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants