Unpin fixed-hash (#3917)

## Proposed Changes
Remove the `[patch]` for `fixed-hash`.

We pinned it years ago in #2710 to fix `arbitrary` support. Nowadays the 0.7 version of `fixed-hash` is only used by the `web3` crate and doesn't need `arbitrary`.

~~Blocked on #3916 but could be merged in the same Bors batch.~~
This commit is contained in:
Michael Sproul
2023-02-06 04:18:03 +00:00
committed by Emilia Hane
parent 615402abcf
commit 1f3eef2c5f
2 changed files with 2 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -2622,7 +2622,8 @@ dependencies = [
[[package]]
name = "fixed-hash"
version = "0.7.0"
source = "git+https://github.com/paritytech/parity-common?rev=df638ab0885293d21d656dc300d39236b69ce57d#df638ab0885293d21d656dc300d39236b69ce57d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
dependencies = [
"byteorder",
"rand 0.8.5",