Commit 08eba1b9 authored by dependabot[bot]'s avatar dependabot[bot]
Browse files

Bump scale-info from 2.1.1 to 2.1.2

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-info/compare/v2.1.1...v2.1.2

)

---
updated-dependencies:
- dependency-name: scale-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 51397577
...@@ -2692,9 +2692,9 @@ dependencies = [ ...@@ -2692,9 +2692,9 @@ dependencies = [
[[package]] [[package]]
name = "scale-info" name = "scale-info"
version = "2.1.1" version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8980cafbe98a7ee7a9cc16b32ebce542c77883f512d83fbf2ddc8f6a85ea74c9" checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"cfg-if", "cfg-if",
...@@ -2706,9 +2706,9 @@ dependencies = [ ...@@ -2706,9 +2706,9 @@ dependencies = [
[[package]] [[package]]
name = "scale-info-derive" name = "scale-info-derive"
version = "2.1.1" version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4260c630e8a8a33429d1688eff2f163f24c65a4e1b1578ef6b565061336e4b6f" checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2", "proc-macro2",
......
...@@ -51,7 +51,7 @@ regex = "1.5.5" ...@@ -51,7 +51,7 @@ regex = "1.5.5"
async-std = { version = "1.11.0", features = ["attributes", "tokio1"] } async-std = { version = "1.11.0", features = ["attributes", "tokio1"] }
ink_metadata = { version = "3.0", features = ["derive"] } ink_metadata = { version = "3.0", features = ["derive"] }
ink_env = "3.0" ink_env = "3.0"
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] }
sp-core = "6.0.0" sp-core = "6.0.0"
sp-runtime = "6.0.0" sp-runtime = "6.0.0"
pallet-contracts-primitives = "6.0.0" pallet-contracts-primitives = "6.0.0"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment