Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 18, 2024
1 parent e9117f9 commit fcee97e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yescrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ rust-version = "1.72"

[dependencies]
libc = "0.2"
hmac = { version = "0.13.0-pre.3", default-features = false }
pbkdf2 = { version = "=0.13.0-pre.0", path = "../pbkdf2" }
salsa20 = { version = "=0.11.0-pre", default-features = false }
sha2 = { version = "=0.11.0-pre.3", default-features = false }
hmac = { version = "0.13.0-pre.4", default-features = false }
pbkdf2 = { version = "=0.13.0-pre.1", path = "../pbkdf2" }
salsa20 = { version = "=0.11.0-pre.1", default-features = false }
sha2 = { version = "=0.11.0-pre.4", default-features = false }

#[dev-dependencies]
hex-literal = "0.4"
Expand Down

0 comments on commit fcee97e

Please sign in to comment.