Update Rust crate hmac to 0.12.1
Some checks failed
ci/woodpecker/push/rustfmt Pipeline failed
ci/woodpecker/pr/rustfmt Pipeline failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/test Pipeline failed

This commit is contained in:
Renovate Bot 2022-02-17 11:01:00 +00:00
parent dab543d38b
commit 184e316508

View file

@ -12,7 +12,7 @@ rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification
jwt = "0.15.0"
hmac = "0.11.0"
hmac = "0.12.1"
sha2 = { version = "0.9.0", default_features = false }
# Timestamps for JWT tokens
chrono = { version = "0.4.19", features = [ "serde" ] }