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
8 changes: 4 additions & 4 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 @@ -112,7 +112,7 @@ uuid = { version = "1.22", features = ["v4", "serde"] }
rand = "0.9"
hmac = "0.12" # HMAC for request signing
base64 = "0.22" # Base64 encoding for signing secrets
bcrypt = "0.17"
bcrypt = "0.19"
aes-gcm = "0.10" # AES-GCM encryption for auth persistence
p256 = { version = "0.13", features = ["ecdh", "pem"] } # ECC for payload encryption
hex = "0.4" # Hex encoding/decoding for public keys
Expand Down
Loading