diff --git a/.github/workflows/.markdownlint.yaml b/.github/.markdownlint.yaml similarity index 100% rename from .github/workflows/.markdownlint.yaml rename to .github/.markdownlint.yaml diff --git a/.gitlab/ensure-deps.sh b/.gitlab/ensure-deps.sh index 7087200c..eab11f18 100755 --- a/.gitlab/ensure-deps.sh +++ b/.gitlab/ensure-deps.sh @@ -15,11 +15,9 @@ set -u # HARD FAILING MUST_NOT=( - "client crates must not depend on anything in /frame" - "client crates must not depend on anything in /node" - "frame crates must not depend on anything in /node" - "frame crates must not depend on anything in /client" - "primitives crates must not depend on anything in /frame" + "client crates must not depend on anything in /pezframe" + "pezframe crates must not depend on anything in /client" + "primitives crates must not depend on anything in /pezframe" ) # ONLY DISPLAYED, script still succeeds diff --git a/vendor/pezkuwi-subxt/core/Cargo.toml b/vendor/pezkuwi-subxt/core/Cargo.toml index eab7bc9e..80972594 100644 --- a/vendor/pezkuwi-subxt/core/Cargo.toml +++ b/vendor/pezkuwi-subxt/core/Cargo.toml @@ -71,7 +71,6 @@ keccak-hash = { workspace = true } assert_matches = { workspace = true } bitvec = { workspace = true } codec = { workspace = true, features = ["bit-vec", "derive"] } -hex = { workspace = true } pezkuwi-subxt-macro = { workspace = true } pezkuwi-subxt-signer = { workspace = true, features = ["sr25519", "subxt"] } pezsp-core = { workspace = true } diff --git a/vendor/pezkuwi-zombienet-sdk/crates/orchestrator/Cargo.toml b/vendor/pezkuwi-zombienet-sdk/crates/orchestrator/Cargo.toml index e2fcc8b3..1c187b3e 100644 --- a/vendor/pezkuwi-zombienet-sdk/crates/orchestrator/Cargo.toml +++ b/vendor/pezkuwi-zombienet-sdk/crates/orchestrator/Cargo.toml @@ -48,6 +48,5 @@ provider = { workspace = true } support = { workspace = true } [dev-dependencies] -async-trait = { workspace = true } lazy_static = { workspace = true } toml = { workspace = true }