Skip to content

Commit

Permalink
Update smallvec to 1.6
Browse files Browse the repository at this point in the history
There was a vulnerability found in smallvec as described in:
* servo/rust-smallvec#252
* rustsec/advisory-db#552

This patch update the package version to 1.6 which is deemed safe to
use.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
  • Loading branch information
FintanH committed Jan 27, 2021
1 parent 0551a0e commit 677d089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
cfg-if = "1.0.0"
smallvec = "1.0"
smallvec = "1.6"
petgraph = { version = "0.5.1", optional = true }
thread-id = { version = "3.3.0", optional = true }
backtrace = { version = "0.3.49", optional = true }
Expand Down

0 comments on commit 677d089

Please sign in to comment.