Skip to content

Commit

Permalink
fix(deps): update rust crate redis to 0.28.0 (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 4cd9b99 commit b677a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -23,7 +23,7 @@ eyre = "0.6.12"
log = "0.4.21"
poise = "0.6.1"
octocrab = "0.42.0"
redis = { version = "0.27.0", features = ["tokio-comp", "tokio-rustls-comp"] }
redis = { version = "0.28.0", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
Expand Down

0 comments on commit b677a4d

Please sign in to comment.