Skip to content

Commit

Permalink
chore: remove last reference to lazy-static; use workspace hex-literal
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Sep 6, 2023
1 parent 2343382 commit af64e71
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ hex = { version = "0.4.3", default-features = false, features = [
"alloc",
"serde",
] }
hex-literal = "0.3.4"
strum = { version = "0.25.0", default-features = false, features = ["derive"] }

cosmwasm-std = { git = "https://github.com/dzmitry-lahoda-forks/cosmwasm", rev = "1277597cbf380a8d04dbe676d9cb344ca31634b6", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion code/integration-tests/local-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ benchmarking = { package = "frame-benchmarking", git = "https://github.com/parit
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
"derive",
] }
hex-literal = { version = "0.3.3", optional = true }
hex-literal = { workspace = true, optional = true }
system-benchmarking = { package = "frame-system-benchmarking", git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.36" }

# Parachain Utilities
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/airdrop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "3.0.0"

[dev-dependencies]
composable-tests-helpers = { path = "../composable-tests-helpers" }
hex-literal = "0.3.3"
hex-literal.workspace = true
libsecp256k1 = { version = "0.7.0" }
pallet-balances = { workspace = true }
pallet-timestamp = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ frame-benchmarking = { default-features = false, workspace = true, optional = tr
frame-support = { default-features = false, workspace = true }
frame-system = { default-features = false, workspace = true }
hex = { version = "0.4", default-features = false, features = ["alloc"] }
hex-literal = "0.3.4"
hex-literal.workspace = true
vec1 = { version = "*", default-features = false, features = ["smallvec-v1"] }

ibc = { workspace = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/crowdloan-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "3.0.0"
composable-tests-helpers = { path = "../composable-tests-helpers" }
ed25519-dalek = "1.0.1"
frame-benchmarking = { default-features = false, workspace = true }
hex-literal = "0.3.3"
hex-literal.workspace = true
libsecp256k1 = { version = "0.7.0" }
pallet-balances = { workspace = true }
pallet-timestamp = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/dutch-auction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ xcm = { workspace = true, default-features = false }
[dev-dependencies]
composable-tests-helpers = { path = "../composable-tests-helpers" }
frame-benchmarking = { workspace = true }
hex-literal = { version = "0.3.3" }
hex-literal.workspace = true
orml-tokens = { workspace = true }
pallet-assets = { path = '../assets' }
pallet-balances = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/lending/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ frame-benchmarking = { workspace = true }
frame-executive = { default-features = false, features = [
"try-runtime",
], workspace = true }
hex-literal = "0.3.3"
hex-literal.workspace = true
once_cell = "1.8.0"
orml-tokens = { workspace = true }
orml-traits = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/frame/liquidations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ xcm = { workspace = true, default-features = false }
[dev-dependencies]
composable-tests-helpers = { path = "../composable-tests-helpers" }
frame-benchmarking = { default-features = false, workspace = true }
hex-literal = { version = "0.3.3" }
hex-literal.workspace = true
orml-tokens = { workspace = true }
orml-traits = { workspace = true }
pallet-assets = { path = "../assets" }
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/runtime/composable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
"derive",
] }
frame-benchmarking = { workspace = true, default-features = false, optional = true }
hex-literal = { version = "0.3.4" }
hex-literal.workspace = true
frame-system-benchmarking = { workspace = true, default-features = false, optional = true }


Expand Down
2 changes: 1 addition & 1 deletion code/parachain/runtime/picasso/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
"derive",
] }
frame-benchmarking = { workspace = true, default-features = false, optional = true }
hex-literal = { version = "0.3.3" }
hex-literal.workspace = true
frame-system-benchmarking = { workspace = true, default-features = false, optional = true }

collator-selection = { workspace = true, default-features = false }
Expand Down
1 change: 0 additions & 1 deletion code/parachain/runtime/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
composable-support = { path = "../../frame/composable-support", default-features = false }
composable-traits = { path = "../../frame/composable-traits", default-features = false }
frame-support = { workspace = true, default-features = false }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
scale-info = { workspace = true, default-features = false, features = [
"derive",
] }
Expand Down

0 comments on commit af64e71

Please sign in to comment.