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

chore(cargo): update redis-macros requirement from 0.2.1 to 0.3.0 #84

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Updates the requirements on redis-macros to permit the latest version.

Release notes

Sourced from redis-macros's releases.

v0.3.0

Updated

Changelog

Sourced from redis-macros's changelog.

[0.3.0] - 2024-04-01

Updated

[0.2.1] - 2023-07-05

Added

  • Support for generic structures

[0.2.0] - 2023-07-02

Changed

  • Remove absolute references from macros, so it works with reexporting crates

[0.1.1] - 2023-02-05

Added

  • Unit testing
  • Feature testing and documentation with examples

Changed

  • Improve documentation

[0.1.0] - 2023-01-30

Added

  • Derive macros for redis FromRedisValue and ToRedisArgs traits
  • Wrapper type for unwrapping Json types
  • Add automatic publishing to crates.io
Commits
  • 0683922 Bump Cargo versions as well
  • 3db5e1c Merge pull request #10 from daniel7grant/release/v0.3.0
  • ca3c112 Add contribution
  • 98daf0a Prepare for v0.3.0 release
  • 2e6f8f5 Merge pull request #9 from negezor/update-dependencies
  • 45dca71 Merge branch 'master' into update-dependencies
  • 55ff184 Merge pull request #8 from negezor/derive-syn2
  • bf0c11b Merge pull request #7 from negezor/update-ci
  • ba058ac Remove unnecessary parameter from toolchain
  • a4ecdc4 chore(deps): update deadpool-redis to 0.15
  • 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)

Updates the requirements on [redis-macros](https://github.com/daniel7grant/redis-macros) to permit the latest version.
- [Release notes](https://github.com/daniel7grant/redis-macros/releases)
- [Changelog](https://github.com/daniel7grant/redis-macros/blob/master/Changelog.md)
- [Commits](daniel7grant/redis-macros@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: redis-macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 3, 2024
@0xCAB0 0xCAB0 changed the base branch from main to develop April 6, 2024 23:14
@0xCAB0 0xCAB0 merged commit 2cb2b7b into develop Apr 7, 2024
7 checks passed
@0xCAB0 0xCAB0 deleted the dependabot/cargo/redis-macros-0.3.0 branch April 7, 2024 15:27
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.

1 participant