Bump scale-info from 2.11.0 to 2.11.1

Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.11.0 to 2.11.1.
- [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.11.0...v2.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-01 01:30:42 +00:00
committed by Bastian Köcher
parent de37ffd531
commit e489f5f53f
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jsonrpsee = { version = "0.17", features = ["macros", "ws-client"] }
log = { workspace = true }
num-traits = "0.2"
rand = "0.8"
scale-info = { version = "2.11.0", features = ["derive"] }
scale-info = { version = "2.11.1", features = ["derive"] }
tokio = { version = "1.36", features = ["rt-multi-thread"] }
thiserror = { workspace = true }