From 511883a4f87abf891eb5554cb7f139e412a58db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 15:49:36 +0000 Subject: [PATCH] Bump keynesis from 1.4.0 to 2.1.1 Bumps [keynesis](https://github.com/primetype/keynesis) from 1.4.0 to 2.1.1. - [Release notes](https://github.com/primetype/keynesis/releases) - [Commits](https://github.com/primetype/keynesis/compare/v1.4.0...keynesis-v2.1.1) --- updated-dependencies: - dependency-name: keynesis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 75 ++++++++++++++++---- jormungandr/Cargo.toml | 2 +- testing/jormungandr-testing-utils/Cargo.toml | 2 +- 3 files changed, 65 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aed7c8026f..1860ca492f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c3 dependencies = [ "cbor_event", "chain-ser", - "cryptoxide", + "cryptoxide 0.3.3", "ed25519-bip32", ] @@ -503,7 +503,7 @@ dependencies = [ "bech32 0.8.1", "chain-core", "chain-crypto", - "cryptoxide", + "cryptoxide 0.3.3", "proptest", "quickcheck", "test-strategy", @@ -523,7 +523,7 @@ version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c30099ab1c44eeb766ca98354f4fceca1199c793" dependencies = [ "bech32 0.8.1", - "cryptoxide", + "cryptoxide 0.3.3", "curve25519-dalek-ng", "ed25519-bip32", "ed25519-dalek", @@ -551,7 +551,7 @@ dependencies = [ "chain-ser", "chain-time", "chain-vote", - "cryptoxide", + "cryptoxide 0.3.3", "ed25519-bip32", "hex", "imhamt", @@ -621,11 +621,11 @@ name = "chain-vote" version = "0.1.0" source = "git+https://github.com/input-output-hk/chain-libs.git?branch=master#c30099ab1c44eeb766ca98354f4fceca1199c793" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "chain-core", "chain-crypto", "const_format", - "cryptoxide", + "cryptoxide 0.3.3", "rand 0.8.4", "rand_core 0.6.3", "rayon", @@ -865,6 +865,12 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8c4fdc86023bc33b265f256ce8205329125b86c38a8a96e243a6a705b7230ec" +[[package]] +name = "cryptoxide" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "129eabb7b0b78644a3a7e7cf220714aba47463bb281f69fa7a71ca5d12564cca" + [[package]] name = "csv" version = "1.1.6" @@ -1139,7 +1145,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c091ed784fcf257830c75851d6c88fd5991f98d2f3fa9ed23c3f6bac4eec3cc" dependencies = [ - "cryptoxide", + "cryptoxide 0.3.3", ] [[package]] @@ -1979,7 +1985,7 @@ dependencies = [ "http-zipkin", "imhamt", "jormungandr-lib", - "keynesis", + "keynesis 2.1.1", "lazy_static", "libc", "linked-hash-map", @@ -2129,7 +2135,7 @@ dependencies = [ "jormungandr-lib", "jortestkit", "json", - "keynesis", + "keynesis 2.1.1", "lazy_static", "log", "netstat2", @@ -2240,8 +2246,31 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5bf8dc22157c7a4d75f1df13a1b75ada82431141423e3d419ac89f2c1fbb298" dependencies = [ - "cryptoxide", + "cryptoxide 0.3.3", + "hex", + "rand_chacha 0.3.1", + "rand_core 0.6.3", + "thiserror", +] + +[[package]] +name = "keynesis" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7c3e687e7a34195496cfc17054e3f6ca56e911dcdd98c379509cda4fb8c94c0" +dependencies = [ + "keynesis-core", +] + +[[package]] +name = "keynesis-core" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c95e5c58b083ab1a91a738538d53a1eb22120321a4cc266b293a6b83973ceacb" +dependencies = [ + "cryptoxide 0.4.2", "hex", + "packtool", "rand_chacha 0.3.1", "rand_core 0.6.3", "thiserror", @@ -2672,6 +2701,28 @@ dependencies = [ "winapi", ] +[[package]] +name = "packtool" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e0d9e8a75570b505fbc1029cc6972221a1a7587bbc6e1c612e1d8ef9ed9b532" +dependencies = [ + "hex", + "packtool-macro", + "thiserror", +] + +[[package]] +name = "packtool-macro" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3b0cbadedc184bec9e2f09192bc5bd3c4c0d90600daac5e28d1eeb6965baaa0" +dependencies = [ + "proc-macro2 1.0.28", + "quote 1.0.9", + "syn 1.0.74", +] + [[package]] name = "parity-multiaddr" version = "0.11.2" @@ -2865,7 +2916,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e779918f3699dbd6df29cbbdb0681c863f5c42d42c85a1d197d72246d7895397" dependencies = [ "hex", - "keynesis", + "keynesis 1.4.0", "lru", "thiserror", ] @@ -3862,7 +3913,7 @@ name = "symmetric-cipher" version = "0.5.0" source = "git+https://github.com/input-output-hk/chain-wallet-libs.git?branch=master#74820529edc37fa5ff128d6e511872122e9a545b" dependencies = [ - "cryptoxide", + "cryptoxide 0.3.3", "rand 0.8.4", "thiserror", ] diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index d435fc220a..660aa389ca 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -34,7 +34,7 @@ chrono = "0.4.19" futures = "0.3.18" hex = "0.4" jormungandr-lib = { path = "../jormungandr-lib" } -keynesis = "1.1" +keynesis = "2.1" lazy_static = "1.4" linked-hash-map = "0.5" poldercast = "1.2" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index acf2129fb1..78f97a446a 100644 --- a/testing/jormungandr-testing-utils/Cargo.toml +++ b/testing/jormungandr-testing-utils/Cargo.toml @@ -62,7 +62,7 @@ tracing = "0.1" log = { version = "0.4", features = ["serde"] } netstat2 = "0.9" multiaddr = { package = "parity-multiaddr", version = "0.11" } -keynesis = "1" +keynesis = "2" bincode = "1.3" tempfile = "3" assert_cmd = "1.0.7"