Skip to content

Commit

Permalink
Update Cargo.toml (paritytech#7627)
Browse files Browse the repository at this point in the history
On behalf of dependabot, because we use 1.4.x in it clashes with this.
  • Loading branch information
kianenigma authored and darkfriend77 committed Jan 11, 2021
1 parent 710a95d commit de66f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ base58 = { version = "0.1.0", optional = true }
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
substrate-bip39 = { version = "0.4.2", optional = true }
tiny-bip39 = { version = "0.8", optional = true }
regex = { version = "1.3.1", optional = true }
regex = { version = "1.4.2", optional = true }
num-traits = { version = "0.2.8", default-features = false }
zeroize = { version = "1.0.0", default-features = false }
secrecy = { version = "0.7.0", default-features = false }
Expand Down

0 comments on commit de66f26

Please sign in to comment.