Skip to content

Commit

Permalink
remove option that no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Apr 2, 2024
1 parent d4a9ca1 commit ed31da2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion passwords/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_with.workspace = true
omicron-workspace-hack.workspace = true

[dev-dependencies]
argon2alt = { package = "rust-argon2", version = "2.1" }
argon2alt = { package = "rust-argon2", version = "2.1.0" }
criterion.workspace = true

[[bench]]
Expand Down
1 change: 0 additions & 1 deletion passwords/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@ mod test {
mem_cost: ARGON2_COST_M_KIB,
time_cost: ARGON2_COST_T,
lanes: ARGON2_COST_P,
thread_mode: argon2alt::ThreadMode::Sequential,
secret: &[],
ad: &[],
hash_length: 32,
Expand Down

0 comments on commit ed31da2

Please sign in to comment.