Skip to content

Commit

Permalink
pbkdf2/scrypt: bump base64ct dependency to v1.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 17, 2021
1 parent 6efed9e commit 5db9955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 pbkdf2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
crypto-mac = "0.10"

rayon = { version = "1", optional = true }
base64ct = { version = "0.2", default-features = false, optional = true }
base64ct = { version = "1", default-features = false, optional = true }
hmac = { version = "0.10", default-features = false, optional = true }
password-hash = { version = "0.1", default-features = false, optional = true, features = ["rand_core"] }
sha1 = { version = "0.9", package = "sha-1", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion scrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
readme = "README.md"

[dependencies]
base64ct = { version = "0.2", default-features = false, features = ["alloc"], optional = true }
base64ct = { version = "1", default-features = false, features = ["alloc"], optional = true }
hmac = "0.10"
password-hash = { version = "0.1", default-features = false, features = ["rand_core"], optional = true }
pbkdf2 = { version = "0.7", default-features = false, path = "../pbkdf2" }
Expand Down

0 comments on commit 5db9955

Please sign in to comment.