Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate redis to 0.28.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a16c893 commit 3839d2e
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -44,5 +44,5 @@ deriving_via = "2.0.0"
reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tls", "json"] }
num-traits = "0.2.19"
regex = "1.11.1"
redis = { version = "0.27.6", features = ["tokio-comp", "json"] }
redis = { version = "0.28.0", features = ["tokio-comp", "json"] }
meilisearch-sdk = "0.27.1"

0 comments on commit 3839d2e

Please sign in to comment.