[Deps] bump scale-info to be in line with cumulus (#7049)

* bump scale-info to be in line with cumulus

* remove irrelevant lines

* fix Cargo.lock
This commit is contained in:
Roman Useinov
2023-04-12 13:06:59 +02:00
committed by GitHub
parent d3f81f12b0
commit 5a052da674
17 changed files with 68 additions and 68 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ version.workspace = true
# this crate for WASM. This is critical to avoid forcing all parachain WASM into implementing
# various unnecessary Substrate-specific endpoints.
parity-scale-codec = { version = "3.4.0", default-features = false, features = [ "derive" ] }
scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }