Skip to content

Commit

Permalink
Bring back redis-over-tls (rediss) support
Browse files Browse the repository at this point in the history
This bumps opendal and reqsign (required to
support rusttls)
  • Loading branch information
grembo committed Sep 5, 2023
1 parent 378c937 commit ddda357
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 36 deletions.
73 changes: 40 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ strip = true
anyhow = { version = "1.0", features = ["backtrace"] }
ar = "0.9"
async-trait = "0.1"
backon = "0.4.1"
base64 = "0.21"
bincode = "1"
blake3 = "1"
Expand Down Expand Up @@ -56,11 +57,11 @@ log = "0.4"
num_cpus = "1.15"
number_prefix = "0.4"
once_cell = "1.17"
opendal = { version = "0.37.0", optional = true }
opendal = { version = "0.39.0", optional = true }
openssl = { version = "0.10.55", optional = true }
rand = "0.8.4"
regex = "1.7.3"
reqsign = { version = "0.13.0", optional = true }
reqsign = { version = "0.14.1", optional = true }
reqwest = { version = "0.11", features = [
"json",
"blocking",
Expand Down Expand Up @@ -151,7 +152,7 @@ gcs = ["opendal", "reqsign", "url", "reqwest/blocking"]
gha = ["opendal"]
memcached = ["opendal/services-memcached"]
native-zlib = []
redis = ["url", "opendal/services-redis"]
redis = ["url", "opendal/services-redis", "opendal/services-redis-rustls"]
s3 = ["opendal", "reqsign"]
webdav = ["opendal"]
# Enable features that will build a vendored version of openssl and
Expand Down

0 comments on commit ddda357

Please sign in to comment.