From 3df8823e11c76e6ac3d133685b1d036cddc75120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 03:03:10 +0000 Subject: [PATCH] Bump subxt from `a7b45ef` to `d4545de` Bumps [subxt](https://github.com/paritytech/subxt) from `a7b45ef` to `d4545de`. - [Release notes](https://github.com/paritytech/subxt/releases) - [Commits](https://github.com/paritytech/subxt/compare/a7b45ef1d13f257d66ecb3775c0b100954618c71...d4545de8cf426db57a498c14ec28b8e2efc008df) --- updated-dependencies: - dependency-name: subxt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73968037f3b..e5faf0a347b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12511,7 +12511,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "subxt" version = "0.27.1" -source = "git+https://github.com/paritytech/subxt?branch=master#a7b45ef1d13f257d66ecb3775c0b100954618c71" +source = "git+https://github.com/paritytech/subxt?branch=master#d4545de8cf426db57a498c14ec28b8e2efc008df" dependencies = [ "base58", "blake2", @@ -12540,7 +12540,7 @@ dependencies = [ [[package]] name = "subxt-codegen" version = "0.27.1" -source = "git+https://github.com/paritytech/subxt?branch=master#a7b45ef1d13f257d66ecb3775c0b100954618c71" +source = "git+https://github.com/paritytech/subxt?branch=master#d4545de8cf426db57a498c14ec28b8e2efc008df" dependencies = [ "darling", "frame-metadata", @@ -12560,7 +12560,7 @@ dependencies = [ [[package]] name = "subxt-macro" version = "0.27.1" -source = "git+https://github.com/paritytech/subxt?branch=master#a7b45ef1d13f257d66ecb3775c0b100954618c71" +source = "git+https://github.com/paritytech/subxt?branch=master#d4545de8cf426db57a498c14ec28b8e2efc008df" dependencies = [ "darling", "proc-macro-error", @@ -12571,7 +12571,7 @@ dependencies = [ [[package]] name = "subxt-metadata" version = "0.27.1" -source = "git+https://github.com/paritytech/subxt?branch=master#a7b45ef1d13f257d66ecb3775c0b100954618c71" +source = "git+https://github.com/paritytech/subxt?branch=master#d4545de8cf426db57a498c14ec28b8e2efc008df" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13264,9 +13264,9 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.6", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ]