suyanhanx commented on issue #3803: URL: https://github.com/apache/incubator-opendal/issues/3803#issuecomment-1868235037
incompatible crate found: `[email protected]` ```shell cargo tree -i ring ring v0.17.5 ├── jsonwebtoken v9.2.0 │ └── reqsign v0.14.6 │ └── opendal v0.43.0 ├── rustls v0.21.9 │ ├── hyper-rustls v0.24.2 │ │ └── reqwest v0.11.22 │ │ ├── opendal v0.43.0 │ │ └── reqsign v0.14.6 (*) │ ├── reqwest v0.11.22 (*) │ └── tokio-rustls v0.24.1 │ ├── hyper-rustls v0.24.2 (*) │ └── reqwest v0.11.22 (*) ├── rustls-webpki v0.101.7 │ └── rustls v0.21.9 (*) └── sct v0.7.1 └── rustls v0.21.9 (*) ``` -- 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]
