From 2a93292290ce30be9fee86a2c8e26d10c2dfaa5b Mon Sep 17 00:00:00 2001 From: Ezequiel Raynaudo Date: Tue, 29 Oct 2024 11:37:01 -0300 Subject: [PATCH] update cargo.lock --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 168a7f3..3db688b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,6 +619,7 @@ dependencies = [ "pallet-nfts-runtime-api", "pallet-proxy", "pallet-session", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -1454,6 +1455,7 @@ dependencies = [ "pallet-message-queue", "pallet-multisig", "pallet-session", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -2097,6 +2099,7 @@ dependencies = [ "pallet-multisig", "pallet-proxy", "pallet-session", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", @@ -7866,6 +7869,7 @@ dependencies = [ "pallet-multisig", "pallet-proxy", "pallet-session", + "pallet-sudo", "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api",