Merge pull request #121 from dswd/dependabot/cargo/smallvec-1.5.1

Bump smallvec from 1.5.0 to 1.5.1
This commit is contained in:
dswd 2020-12-19 23:29:10 +01:00 committed by GitHub
commit 3e7b53a369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -510,9 +510,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[package]]
name = "spin"