amunra commented on issue #3612:
URL:
https://github.com/apache/incubator-opendal/issues/3612#issuecomment-1817477220
A bit more investigation..
When I build the bindings locally, I only build the default features and I
don't get an `openssl` dependency.
i.e. `cargo tree | grep openssl` is empty.
It's a bit different if I do `cargo tree --all-features | grep openssl`.
The dependency comes from here:
```
$ cargo tree --all-features # summarising output
opendal-java v0.42.0 (/home/adam/github/incubator-opendal/bindings/java)
└── opendal v0.42.0 (/home/adam/github/incubator-opendal/core)
└── mysql_async
├── native-tls v0.2.11
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]