jwt: updated dependencies

This commit is contained in:
Philippe Loctaux 2023-03-24 23:26:02 +01:00
parent 51ceee9295
commit 5b35c3b339
2 changed files with 40 additions and 10 deletions

View file

@ -4,15 +4,15 @@ version = "0.0.0"
edition = "2021"
[dependencies]
jwt-compact = { version = "0.6.0", features = ["with_rsa"] }
jwt-compact = { version = "0.7.0", features = ["rsa"] }
thiserror = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
rand = "0.8"
rsa = "0.7.2"
rsa = "0.8.2"
chrono = { workspace = true }
# local crates
id = { path = "../id" }
database = { path = "../database" }
users = { path = "../users" }
users = { path = "../users" }