Skip to content
Merged
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
4 changes: 2 additions & 2 deletions dictsqlite_v2/dictsqlite/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 dictsqlite_v2/dictsqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ aes-gcm = "0.10" # AES-256-GCM encryption
argon2 = "0.5" # Password hashing (PBKDF2 alternative)
pbkdf2 = { version = "0.12", features = ["simple"] } # PBKDF2 key derivation
sha2 = "0.10" # SHA-256 hashing
base64 = "0.21" # Base64 encoding
base64 = "0.22" # Base64 encoding
rand = "0.8" # Random number generation

# System info
Expand Down
4 changes: 2 additions & 2 deletions others/beta-versions/dictsqlite_v4.1/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 others/beta-versions/dictsqlite_v4.1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ aes-gcm = "0.10" # AES-256-GCM encryption
argon2 = "0.5" # Password hashing (PBKDF2 alternative)
pbkdf2 = { version = "0.12", features = ["simple"] } # PBKDF2 key derivation
sha2 = "0.10" # SHA-256 hashing
base64 = "0.21" # Base64 encoding
base64 = "0.22" # Base64 encoding
rand = "0.8" # Random number generation

# System info
Expand Down
2 changes: 1 addition & 1 deletion others/beta-versions/dictsqlite_v4.2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ aes-gcm = "0.10" # AES-256-GCM encryption
argon2 = "0.5" # Password hashing (PBKDF2 alternative)
pbkdf2 = { version = "0.12", features = ["simple"] } # PBKDF2 key derivation
sha2 = "0.10" # SHA-256 hashing
base64 = "0.21" # Base64 encoding
base64 = "0.22" # Base64 encoding
rand = "0.8" # Random number generation

# System info
Expand Down
2 changes: 1 addition & 1 deletion others/beta-versions/dictsqlite_v4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ aes-gcm = "0.10" # AES-256-GCM encryption
argon2 = "0.5" # Password hashing (PBKDF2 alternative)
pbkdf2 = { version = "0.12", features = ["simple"] } # PBKDF2 key derivation
sha2 = "0.10" # SHA-256 hashing
base64 = "0.21" # Base64 encoding
base64 = "0.22" # Base64 encoding
rand = "0.8" # Random number generation

# System info
Expand Down
Loading