Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Update various outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adoerr committed Aug 25, 2021
1 parent eef2f86 commit f2d476d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ documentation = "https://docs.rs/substrate-bip39"
repository = "https://github.com/paritytech/substrate-bip39"

[dependencies]
pbkdf2 = { version = "0.3.0", default-features = false }
sha2 = "0.8.0"
hmac = "0.7.1"
schnorrkel = "0.9.0"
pbkdf2 = { version = "0.8.0", default-features = false }
sha2 = "0.9.5"
hmac = "0.11.0"
schnorrkel = "0.10.1"
zeroize = { version = "1.0.0", default-features = false }

[dev-dependencies]
tiny-bip39 = "0.6.2"
rustc-hex = "2.0.1"
tiny-bip39 = "0.8.0"
rustc-hex = "2.1.0"

0 comments on commit f2d476d

Please sign in to comment.