We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ebef4 commit 91f8679Copy full SHA for 91f8679
Cargo.toml
@@ -18,7 +18,7 @@ rsa = { version = "0.10.0-rc.14", features = ["hazmat"] }
18
crypto-bigint = "0.7.0-rc.22"
19
digest = "0.11.0-rc.9"
20
hmac-sha256 = { version = "1.1.13", features = ["traits011"] }
21
-hmac-sha512 = { version = "1.1.9", features = ["traits011", "sha384"] }
+hmac-sha512 = { version = "1.1.10", features = ["traits011", "sha384"] }
22
ct-codecs = "1"
23
derive-new = "0.7.0"
24
derive_more = { version = "2.1.1", features = ["full"] }
0 commit comments