From 94507429896e0e3576672967dc9a67acd1a19142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:41:59 +0000 Subject: [PATCH] Bump primitive-types from 0.11.1 to 0.12.2 Bumps [primitive-types](https://github.com/paritytech/parity-common) from 0.11.1 to 0.12.2. - [Commits](https://github.com/paritytech/parity-common/commits) --- updated-dependencies: - dependency-name: primitive-types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92f7363..b9152cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -776,9 +776,9 @@ source = "git+https://github.com/espressosystems/espresso-systems-common?branch= [[package]] name = "fixed-hash" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" +checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", "rand", @@ -1412,9 +1412,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "primitive-types" -version = "0.11.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a" +checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", "impl-codec", @@ -1912,9 +1912,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" [[package]] name = "uint" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0" +checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ "byteorder", "crunchy", diff --git a/Cargo.toml b/Cargo.toml index 5c6341b..f70ef8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ jf-relation = { git = "https://github.com/EspressoSystems/jellyfish.git", rev = jf-utils = { git = "https://github.com/EspressoSystems/jellyfish.git", rev = "bcd92b2cffd63b946a6b11c327ef1f5efb957714" } num_cpus = { version = "1.13.0", default-features = false } percentage = { version = "0.1.0", default-features = false } -primitive-types = "0.11" +primitive-types = "0.12" rand = { version = "0.8.4", default-features = false, features = [ "alloc" ] } rand_chacha = { version = "0.3.1" } rayon = { version = "1.7.0", default-features = false }