Properly pinned dependencies

pull/5/head 0.1.0
Jef Roosens 2021-12-26 20:35:22 +01:00
parent 88e0990e00
commit b4ea396b36
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@ rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification
jwt = "0.15.0"
hmac = "*"
sha2 = "*"
hmac = "0.11.0"
sha2 = { version = "0.9.0", default_features = false }
# Timestamps for JWT tokens
chrono = { version = "*", features = [ "serde" ] }
chrono = { version = "0.4.19", features = [ "serde" ] }
# Encoding of refresh tokens
base64 = "0.13.0"
# Reading in configuration files
figment = { version = "*", features = [ "yaml" ] }
figment = { version = "0.10.6", features = [ "yaml" ] }