From 7b401ddeb0d3ff4a9b523ecee4edf0e20e09a8c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 05:06:51 +0000 Subject: [PATCH] Bump uint from 0.9.2 to 0.9.3 (#3468) Bumps [uint](https://github.com/paritytech/parity-common) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/uint-v0.9.2...uint-v0.9.3) --- updated-dependencies: - dependency-name: uint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[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 9ab5961a9..a5236664a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4993,9 +4993,9 @@ checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" [[package]] name = "uint" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1b413ebfe8c2c74a69ff124699dd156a7fa41cb1d09ba6df94aa2f2b0a4a3a" +checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0" dependencies = [ "byteorder", "crunchy 0.2.2", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 504488ce0..0f0089ee9 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -43,7 +43,7 @@ sha2 = { version = "0.9.8", features=["compress"] } static_assertions = "1.1.0" subtle = "2.4" thiserror = "1" -uint = "0.9.2" +uint = "0.9.3" x25519-dalek = { version = "1.2.0", features = ["serde"] } # TODO: replace with upstream orchard (#3056)