xnox commented on code in PR #689:
URL: https://github.com/apache/opendal-reqsign/pull/689#discussion_r2840038912
##########
Cargo.toml:
##########
@@ -52,6 +52,7 @@ hex = "0.4"
hmac = "0.12"
http = "1"
jiff = "0.2"
+jsonwebtoken = { version = "10", features = ["aws_lc_rs"] }
Review Comment:
there is no choice of cryptography implementations; and other dependencies
of opendal-reqsign already require aws_lc_rs. Thus this is no change in
dependencies.
--
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]