diff --git a/Cargo.lock b/Cargo.lock index 8c700ef87a..aea5ce2154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9779,7 +9779,7 @@ dependencies = [ name = "pallet-evm-precompile-call-permit" version = "0.1.3" dependencies = [ - "derive_more 0.99.18", + "derive_more 1.0.0", "evm", "fp-evm", "frame-support", diff --git a/Cargo.toml b/Cargo.toml index 3199872628..82ab28364c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -303,7 +303,7 @@ xcm-simulator = { git = "https://github.com/pari # Other slices = "0.2.0" -derive_more = "0.99.18" +derive_more = "1.0.0" libsecp256k1 = { version = "0.7", default-features = false } async-trait = { version = "0.1.83" } bstringify = { version = "0.1.2" }