Skip to content

Commit

Permalink
build(deps): update smallvec requirement from 0.6.10 to 1.5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [smallvec](https://github.com/servo/rust-smallvec) to permit the latest version.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/commits/v1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 28, 2020
1 parent da4262d commit 89785ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-pool/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
log = "0.4.8"
smallvec = "0.6.10"
smallvec = "1.5.1"
trace-time = { path = "../trace-time", version = "0.1" }

[dev-dependencies]
Expand Down

0 comments on commit 89785ad

Please sign in to comment.