Skip to content

Commit 1a2bb8e

Browse files
committed
Upgrade hmac to 0.12.1
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 5f7f472 commit 1a2bb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1.50"
1919
rand = "0.8.3"
2020
base64 = "0.13.0"
2121
sha2 = "0.9.5"
22-
hmac = "0.11.0"
22+
hmac = "0.12.1"
2323
serde_json = "1.0.64"
2424
bincode = "1.3.3"
2525
anyhow = "1.0.40"

0 commit comments

Comments
 (0)