mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 02:45:43 +00:00
Bump pbkdf2 from 0.12.1 to 0.12.2 (#1055)
Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.12.1 to 0.12.2. - [Commits](https://github.com/RustCrypto/password-hashes/compare/pbkdf2-v0.12.1...pbkdf2-v0.12.2) --- updated-dependencies: - dependency-name: pbkdf2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ substrate-runner = { path = "testing/substrate-runner" }
|
||||
# subxt-signer deps that I expect aren't useful anywhere else:
|
||||
bip39 = "2.0.0"
|
||||
hmac = "0.12.1"
|
||||
pbkdf2 = { version = "0.12.1", default-features = false }
|
||||
pbkdf2 = { version = "0.12.2", default-features = false }
|
||||
schnorrkel = "0.10.2"
|
||||
secrecy = "0.8.0"
|
||||
sha2 = "0.10.6"
|
||||
|
||||
Reference in New Issue
Block a user