Skip to content

Commit becccdf

Browse files
committed
update: Cargo.toml
1 parent 8e91e37 commit becccdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ actix-web = { version = "3", optional = true, default-features = false }
2121
base64 = "0.9.2"
2222
bytes = "0.4"
2323
chrono = "0.4"
24-
hmac = "0.6.2"
24+
hmac = "0.12.1"
2525
reqwest = { version = "0.11.0", features = ["blocking", "json"] }
2626
rocket = { version = "0.4", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_derive = "1.0.97"
2929
serde_json = "1.0"
30-
sha2 = "0.7.1"
30+
sha2 = "0.10.6"
3131

3232
[dev-dependencies]
3333
dotenv = "0.15.0"

0 commit comments

Comments
 (0)