Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/rand-0.8.0
Browse files Browse the repository at this point in the history
* master:
  build(deps): update smallvec requirement from 0.6.10 to 1.6.0 (#494)
  build(deps): update secp256k1 requirement from 0.19.0 to 0.20.0 (#496)
  • Loading branch information
ordian committed Jan 4, 2021
2 parents 26365cf + a7003bc commit ff3463c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parity-crypto/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ pbkdf2 = "0.6.0"
ripemd160 = "0.9.1"
rustc-hex = { version = "2.1.0", default-features = false, optional = true }
scrypt = { version = "0.5.0" }
secp256k1 = { version = "0.19.0", optional = true, features = ["global-context", "recovery", "rand-std"] }
secp256k1 = { version = "0.20.0", optional = true, features = ["global-context", "recovery", "rand-std"] }
sha2 = "0.9.2"
subtle = "2.4.0"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
Expand Down
2 changes: 1 addition & 1 deletion transaction-pool/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
log = "0.4.8"
smallvec = "0.6.10"
smallvec = "1.6.0"

[dev-dependencies]
ethereum-types = { version = "0.10.0", path = "../ethereum-types" }

0 comments on commit ff3463c

Please sign in to comment.