1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

address dep vuln warnings

This commit is contained in:
Rob Ede
2022-02-03 22:11:59 +00:00
parent 717b93e507
commit dbc82001c0
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ derive_more = "0.99.5"
futures-util = { version = "0.3.7", default-features = false }
log = "0.4"
once_cell = "1"
smallvec = "1.6"
smallvec = "1.6.1"
[dev-dependencies]
actix-rt = "2"