proxy: Update redis crate (#11372)

This commit is contained in:
Folke Behrens
2025-03-28 11:43:52 +00:00
committed by GitHub
parent 939354abea
commit 1dbf40ee2c
4 changed files with 22 additions and 23 deletions

View File

@@ -61,7 +61,7 @@ memchr = { version = "2" }
nix = { version = "0.26" }
nom = { version = "7" }
num = { version = "0.4" }
num-bigint = { version = "0.4", default-features = false, features = ["std"] }
num-bigint = { version = "0.4" }
num-complex = { version = "0.4", default-features = false, features = ["std"] }
num-integer = { version = "0.1", features = ["i128"] }
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
@@ -127,7 +127,7 @@ log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
nom = { version = "7" }
num = { version = "0.4" }
num-bigint = { version = "0.4", default-features = false, features = ["std"] }
num-bigint = { version = "0.4" }
num-complex = { version = "0.4", default-features = false, features = ["std"] }
num-integer = { version = "0.1", features = ["i128"] }
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }