mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Update compact jwt (#2043)
This commit is contained in:
parent
d4b8568924
commit
6422313f2e
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -731,9 +731,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|||
|
||||
[[package]]
|
||||
name = "compact_jwt"
|
||||
version = "0.2.9"
|
||||
version = "0.2.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51f9032b96a89dd79ffc5f62523d5351ebb40680cbdfc4029393b511b9e971aa"
|
||||
checksum = "7aa76ef19968577838a34d02848136bb9b6bdbfd7675fb968fe9c931bc434b33"
|
||||
dependencies = [
|
||||
"base64 0.13.1",
|
||||
"base64urlsafedata",
|
||||
|
|
|
@ -106,7 +106,7 @@ clap = { version = "^4.4.0", features = ["derive", "env"] }
|
|||
clap_complete = "^4.4.0"
|
||||
# Forced by saffron/cron
|
||||
chrono = "^0.4.26"
|
||||
compact_jwt = { version = "^0.2.3", default-features = false }
|
||||
compact_jwt = { version = "^0.2.10", default-features = false }
|
||||
concread = "^0.4.1"
|
||||
cron = "0.12.0"
|
||||
crossbeam = "0.8.1"
|
||||
|
|
Loading…
Reference in a new issue