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"