Skip to content

Commit 53aab06

Browse files
committed
Update redis dependency
The old version is years old, and is missing a lot of bug fixes.
1 parent 709e1f6 commit 53aab06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/data_connector/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ url = "2.5"
2929
# Database backends
3030
deadpool = { version = "0.12", features = ["managed", "rt_tokio_1"] }
3131
deadpool-postgres = "0.14.1"
32-
deadpool-redis = "0.18.0"
32+
deadpool-redis = "0.23"
3333
oracle = { version = "0.6.3", features = ["chrono"] }
34-
redis = { version = "0.27.6", features = ["tokio-comp", "json", "connection-manager"] }
34+
redis = { version = "1", features = ["tokio-comp", "json","connection-manager"] }
3535
tokio-postgres = { version = "0.7.15", features = ["runtime", "with-chrono-0_4", "with-serde_json-1", "array-impls"] }
3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)