chore(deps): update rust crate jsonwebtoken to v11
All checks were successful
Build and Test / kanzashi-cdn (push) Successful in 4m15s
All checks were successful
Build and Test / kanzashi-cdn (push) Successful in 4m15s
This commit is contained in:
parent
6c8f94bdaf
commit
8cb3691325
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1885,9 +1885,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonwebtoken"
|
name = "jsonwebtoken"
|
||||||
version = "10.4.0"
|
version = "11.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc"
|
checksum = "881733cbc631fc9e472e24447ce32a64bedf2da498d6d8570b08edc87de71f65"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"getrandom 0.2.17",
|
"getrandom 0.2.17",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ dotenvy = "0.15.7"
|
||||||
ed25519-dalek = "3.0.0"
|
ed25519-dalek = "3.0.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hmac = "0.13.0"
|
hmac = "0.13.0"
|
||||||
jsonwebtoken = "10.4.0"
|
jsonwebtoken = "11.0.0"
|
||||||
rand = "0.10.2"
|
rand = "0.10.2"
|
||||||
rocket = { version = "0.5.1", features = ["json"] }
|
rocket = { version = "0.5.1", features = ["json"] }
|
||||||
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
|
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue