Skip to content

Commit

Permalink
chore(deps): update rust crate redis to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent a16c893 commit 3839d2e
Show file tree
Hide file tree
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
Expand Up @@ -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.