Skip to content

Commit

Permalink
chore(deps): bump redis-macros from 0.2.1 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [redis-macros](https://github.com/daniel7grant/redis-macros) from 0.2.1 to 0.3.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ed40455 commit eb7bcda
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ owo-colors = { version = "4.0.0", features = ["supports-colors"] }
paste = "1.0.14"
poise = "0.6.1"
redis = { version = "0.24.0", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
redis-macros = "0.3.0"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json", "brotli"] }
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit eb7bcda

Please sign in to comment.