build(deps): bump primitive-types from 0.7.2 to 0.7.3
Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/primitive-types-v0.7.2...primitive-types-v0.7.3) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8c5f6d0177
commit
18eb4d1c31
|
@ -2006,9 +2006,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "primitive-types"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c55c21c64d0eaa4d7ed885d959ef2d62d9e488c27c0e02d9aa5ce6c877b7d5f8"
|
||||
checksum = "7dd39dcacf71411ba488570da7bbc89b717225e46478b30ba99b92db6b149809"
|
||||
dependencies = [
|
||||
"fixed-hash",
|
||||
"impl-codec",
|
||||
|
|
|
@ -24,7 +24,7 @@ futures = "0.3"
|
|||
hex = "0.4"
|
||||
jubjub = "0.5.1"
|
||||
lazy_static = "1.4.0"
|
||||
primitive-types = "0.7.2"
|
||||
primitive-types = "0.7.3"
|
||||
rand_core = "0.5.1"
|
||||
ripemd160 = "0.8.0"
|
||||
secp256k1 = { version = "0.19.0", features = ["serde"] }
|
||||
|
|
|
@ -35,4 +35,4 @@ spandoc = "0.2"
|
|||
tempdir = "0.3.7"
|
||||
tokio = { version = "0.2.22", features = ["full"] }
|
||||
proptest = "0.10.1"
|
||||
primitive-types = "0.7.2"
|
||||
primitive-types = "0.7.3"
|
||||
|
|
Loading…
Reference in New Issue