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

@ -27,7 +27,7 @@ log = "0.4"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
parking_lot = "0.11"
privdrop = "0.3"
privdrop = "0.5"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.3", features = ["reuseport"] }