Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent a3de99e commit 3b5ff8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 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 @@ -32,7 +32,7 @@ paste = "1.0.15"
poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next" }
rand = "0.8.5"
rayon = "1.10.0"
redis = { version = "0.28.0", features = ["tokio-rustls-comp", "tls-rustls-webpki-roots"] }
redis = { version = "0.28.1", features = ["tokio-rustls-comp", "tls-rustls-webpki-roots"] }
regex = "1.11.1"
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json", "brotli", "gzip", "zstd"] }
serde = { version = "1.0.217", features = ["derive"] }
Expand Down

0 comments on commit 3b5ff8e

Please sign in to comment.