diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index 51653fb26482bb57ef16f5e48668770f9eb5b5ae..caa2d48f7450efdb68a6708a19a1b0f77d709f01 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -751,7 +751,7 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "pallet-assets", "pallet-balances", "pallet-collator-selection", @@ -8626,7 +8626,7 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "pallet-assets", "pallet-balances", "pallet-collator-selection", diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index f683387e6eb21b5074afb87d0b25fff6315894d0..1aaf608d4d8a6ecc2632bf2f3b40cb97ae4343dc 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -40,7 +40,7 @@ pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } [dev-dependencies] -hex-literal = "0.3.4" +hex-literal = "0.4.1" [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index 2b8ee2fb3228c2208ce77f9377ab24e4fd3fa3e2..a2b5031ba25fff20bd70486ac4e44b26eccbadb3 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -39,7 +39,7 @@ pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } [dev-dependencies] -hex-literal = "0.3.4" +hex-literal = "0.4.1" [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }