Bump rustversion from 1.0.5 to 1.0.6 (#10516)

Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.5...1.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-20 14:10:21 +01:00
committed by GitHub
parent b40f440c7e
commit 6eb6fa32fc
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-build
codec = { package = "parity-scale-codec", version = "2.0.0" }
sp-state-machine = { version = "0.10.0", path = "../../state-machine" }
trybuild = "1.0.53"
rustversion = "1.0.5"
rustversion = "1.0.6"
[dev-dependencies]
criterion = "0.3.0"