From 4e0292e4316ebdf5e478e6804fc1d7d850e13421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 00:19:19 +0000 Subject: [PATCH] build(deps): bump uint from 0.9.3 to 0.9.4 (#5208) Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.3...uint-v0.9.4) --- updated-dependencies: - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-chain/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71bef0aa..348b948e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5694,9 +5694,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0" +checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601" dependencies = [ "byteorder", "crunchy", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index c1705cad..e06f19b8 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -37,7 +37,7 @@ ripemd = "0.1.1" secp256k1 = { version = "0.21.3", features = ["serde"] } sha2 = { version = "0.9.9", features = ["compress"] } subtle = "2.4.1" -uint = "0.9.1" +uint = "0.9.4" x25519-dalek = { version = "1.2.0", features = ["serde"] } # ECC deps