Bump smallvec from 1.7.0 to 1.8.0 (#10949)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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]
2022-03-01 10:03:31 +00:00
committed by GitHub
parent 4e2f2ef278
commit 5ae3ed3b95
6 changed files with 45 additions and 45 deletions
@@ -29,7 +29,7 @@ scale-info = { version = "2.0.0", default-features = false, features = ["derive"
serde = { version = "1.0.136", optional = true }
[dev-dependencies]
smallvec = "1.7.0"
smallvec = "1.8.0"
serde_json = "1.0.74"
sp-storage = { version = "5.0.0", default-features = false, path = "../../../primitives/storage" }