Skip to content

Commit

Permalink
chore: Update redis dependency to version 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlinyiyu-netease authored and bikeshedder committed Jan 10, 2025
1 parent eb8b0e0 commit 387f9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions redis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Update `redis` dependency to version `0.28`

## [0.18.0] - 2024-09-20

- Update `redis` dependency to version `0.27`
Expand Down
4 changes: 2 additions & 2 deletions redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sentinel = ["redis/sentinel", "tokio/sync"]
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
redis = { version = "0.27", default-features = false, features = ["aio"] }
redis = { version = "0.28", default-features = false, features = ["aio"] }
serde = { package = "serde", version = "1.0", features = [
"derive",
], optional = true }
Expand All @@ -39,7 +39,7 @@ tokio = { version = "1.0", default-features = false, optional = true }
config = { version = "0.14", features = ["json"] }
dotenvy = "0.15.0"
futures = "0.3.15"
redis = { version = "0.27", default-features = false, features = [
redis = { version = "0.28", default-features = false, features = [
"tokio-comp",
] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync"] }

0 comments on commit 387f9e2

Please sign in to comment.