Skip to content
Closed
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
216 changes: 208 additions & 8 deletions Cargo.lock
100755 → 100644

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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ openssl = { version = "0.10", features = ["vendored"], optional = true }
# Authentication and security
jsonwebtoken = { version = "10.1", features = ["rust_crypto"] }
uuid = { version = "1.19", features = ["v4", "serde"] }
rand = "0.9"
rand = "0.10"
hmac = "0.12" # HMAC for request signing
base64 = "0.22" # Base64 encoding for signing secrets
bcrypt = "0.17"
Expand Down
Loading