Bump smallvec from 1.6.1 to 1.7.0 (#9894)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.6.1...v1.7.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]
2021-09-29 09:54:10 +00:00
committed by GitHub
parent 559faf1c61
commit 9605a6db3a
5 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ once_cell = { version = "1", default-features = false, optional = true }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../../primitives/state-machine" }
bitflags = "1.3"
impl-trait-for-tuples = "0.2.1"
smallvec = "1.4.1"
smallvec = "1.7.0"
log = { version = "0.4.14", default-features = false }
[dev-dependencies]