Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 51 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ md5 = "0.7"
crc = "3"
adler = "1"
hmac = "0.12"
jsonwebtoken = { version = "9", features = ["use_pem"] }
jsonwebtoken = { version = "10", features = ["use_pem"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The upgrade to jsonwebtoken v10 requires selecting a crypto backend feature (such as 'rust_crypto' or 'aws_lc_rs'). The current configuration only enables 'use_pem', which will likely result in a compilation error due to missing provider traits.

bcrypt = "0.17"
cbc = "0.1"
aes-gcm = "0.10"
Expand Down