Update privdrop to 0.5

This commit is contained in:
Joakim Frostegård 2020-12-19 03:13:34 +01:00
parent ac6eefc30f
commit bbc351bb59
4 changed files with 8 additions and 15 deletions

View file

@ -32,7 +32,7 @@ memchr = "2"
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
native-tls = "0.2"
parking_lot = "0.11"
privdrop = "0.3"
privdrop = "0.5"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
smartstring = "0.2"