Skip to content

Commit dc67c4c

Browse files
committed
chore: update to multihash-derive 0.7.1
1 parent a3a7d97 commit dc67c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ parity-scale-codec = { version = "1.3.5", optional = true, default-features = fa
3737
quickcheck = { version = "0.9.2", optional = true }
3838
rand = { version = "0.7.3", optional = true }
3939
serde = { version = "1.0.116", optional = true, default-features = false, features = ["derive"] }
40-
multihash-derive = { version = "^0.7.0", path = "derive", default-features = false, optional = true }
40+
multihash-derive = { version = "^0.7.1", path = "derive", default-features = false, optional = true }
4141
unsigned-varint = "0.5.1"
4242

4343
blake2b_simd = { version = "0.5.10", default-features = false, optional = true }

0 commit comments

Comments
 (0)