live_kit_server: Replace jwt
with jsonwebtoken
(#15302)
This PR replaces `live_kit_server`'s usage of `jwt` with `jsonwebtoken`. `jwt` hasn't been updated in 2 years and seems unmaintained. `jsonwebtoken` has significantly more downloads and appears to be a healthier crate overall. Release Notes: - N/A
This commit is contained in:
parent
27f97ba762
commit
03ebbcbef6
4 changed files with 47 additions and 23 deletions
|
@ -16,14 +16,12 @@ doctest = false
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
hmac = "0.12"
|
||||
jwt = "0.16"
|
||||
jsonwebtoken.workspace = true
|
||||
log.workspace = true
|
||||
prost.workspace = true
|
||||
prost-types.workspace = true
|
||||
reqwest = "0.11"
|
||||
serde.workspace = true
|
||||
sha2.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
prost-build.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue