Skip to content

Commit 6420db2

Browse files
Bump base64 from 0.12.3 to 0.13.0 (RustCrypto#56)
1 parent fe7011a commit 6420db2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pbkdf2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414
crypto-mac = "0.9"
1515

1616
rayon = { version = "1", optional = true }
17-
base64 = { version = "0.12", default-features = false, features = ["alloc"], optional = true }
17+
base64 = { version = "0.13", default-features = false, features = ["alloc"], optional = true }
1818
rand = { version = "0.7", default-features = false, optional = true }
1919
rand_core = { version = "0.5", default-features = false, features = ["getrandom"], optional = true }
2020
hmac = { version = "0.9", default-features = false, optional = true }

scrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hmac = "0.9"
1515
pbkdf2 = { version = "0.5", default-features = false, path = "../pbkdf2" }
1616
sha2 = { version = "0.9", default-features = false }
1717

18-
base64 = { version = "0.12", default-features = false, features = ["alloc"], optional = true }
18+
base64 = { version = "0.13", default-features = false, features = ["alloc"], optional = true }
1919
rand_core = { version = "0.5", default-features = false, features = ["getrandom"], optional = true }
2020
rand = { version = "0.7", default-features = false, optional = true }
2121
subtle = { version = "2", default-features = false, optional = true }

0 commit comments

Comments
 (0)