mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp, http: move privilege drop code into aquatic_common
This commit is contained in:
parent
ead7650d41
commit
d6d5cc78b7
11 changed files with 72 additions and 87 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -79,6 +79,7 @@ dependencies = [
|
|||
"hashbrown 0.11.2",
|
||||
"hex",
|
||||
"indexmap",
|
||||
"privdrop",
|
||||
"rand",
|
||||
"serde",
|
||||
]
|
||||
|
|
@ -179,7 +180,6 @@ dependencies = [
|
|||
"mimalloc",
|
||||
"mio",
|
||||
"parking_lot",
|
||||
"privdrop",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue