Skip to content

Commit

Permalink
chore(deps): bump redis from 0.23.3 to 0.23.4 [skip ci] (#10)
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.23.4.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.23.3...redis-0.23.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 323943f commit 7e0dcb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 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 @@ -19,7 +19,7 @@ num = "0.4.1"
once_cell = "1.18.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" }
redis = { version = "0.23.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis = { version = "0.23.4", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.2.1"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json", "brotli"] }
Expand Down

0 comments on commit 7e0dcb7

Please sign in to comment.