Update Rust crate hmac to 0.12.0
parent
b4ea396b36
commit
737c88723e
|
@ -14,7 +14,7 @@ rand = "0.8.4"
|
||||||
uuid = { version = "0.8.2", features = ["serde"] }
|
uuid = { version = "0.8.2", features = ["serde"] }
|
||||||
# Authentification
|
# Authentification
|
||||||
jwt = "0.15.0"
|
jwt = "0.15.0"
|
||||||
hmac = "0.11.0"
|
hmac = "0.12.0"
|
||||||
sha2 = { version = "0.9.0", default_features = false }
|
sha2 = { version = "0.9.0", default_features = false }
|
||||||
# Timestamps for JWT tokens
|
# Timestamps for JWT tokens
|
||||||
chrono = { version = "0.4.19", features = [ "serde" ] }
|
chrono = { version = "0.4.19", features = [ "serde" ] }
|
||||||
|
|
Loading…
Reference in New Issue