From b6083cc2979f6e717f16f7038e610a0d63e3a60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:43:53 +0100 Subject: [PATCH] build(deps): bump cfg_aliases from 0.2.0 to 0.2.1 (#1580) Bumps [cfg_aliases](https://github.com/katharostech/cfg_aliases) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/katharostech/cfg_aliases/releases) - [Changelog](https://github.com/katharostech/cfg_aliases/blob/master/release.toml) - [Commits](https://github.com/katharostech/cfg_aliases/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: cfg_aliases 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> --- Cargo.lock | 4 ++-- testing/integration-tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cff61f247e..55e1df2d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,9 +785,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfg_aliases" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chacha20" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 47293cd1ea..451a99a500 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -49,4 +49,4 @@ substrate-runner = { workspace = true } subxt-test-macro = { path = "subxt-test-macro" } [build-dependencies] -cfg_aliases = "0.2.0" +cfg_aliases = "0.2.1"