diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 60238f2d43..a024158482 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -14,7 +14,7 @@ description = "Subxt example usage" [dev-dependencies] subxt = { path = "../subxt" } tokio = { version = "1.8", features = ["rt-multi-thread", "macros", "time"] } -sp-keyring = "7.0.0" +sp-keyring = "21.0.0" futures = "0.3.13" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] } hex = "0.4.3" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 9c76615974..0bb4b7d3c0 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" regex = "1.5.0" scale-info = { version = "2.0.0", features = ["bit-vec"] } sp-core = { version = "7.0.0", default-features = false } -sp-keyring = "7.0.0" +sp-keyring = "21.0.0" sp-runtime = "7.0.0" syn = "1.0.0" subxt = { version = "0.25.0", path = "../../subxt" }