Skip to content

Commit

Permalink
Versionbump opendal 0.41.0 -> 0.43.0
Browse files Browse the repository at this point in the history
Remove the `opendal/services-redis-rustls` feature as it's no longer available/needed.
  • Loading branch information
vincentdephily committed Dec 9, 2023
1 parent 286554c commit 07aefc0
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 43 deletions.
131 changes: 90 additions & 41 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ memchr = "2"
num_cpus = "1.16"
number_prefix = "0.4"
once_cell = "1.18"
opendal = { version = "0.40.0", optional = true }
opendal = { version = "0.43.0", optional = true }
openssl = { version = "0.10.55", optional = true }
rand = "0.8.4"
regex = "1.8.4"
Expand Down Expand Up @@ -155,7 +155,7 @@ gcs = ["opendal", "reqsign", "url", "reqwest/blocking", "trust-dns-resolver"]
gha = ["opendal"]
memcached = ["opendal/services-memcached"]
native-zlib = []
redis = ["url", "opendal/services-redis", "opendal/services-redis-rustls"]
redis = ["url", "opendal/services-redis"]
s3 = ["opendal", "reqsign"]
webdav = ["opendal"]
# Enable features that will build a vendored version of openssl and
Expand Down

0 comments on commit 07aefc0

Please sign in to comment.