summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-20 19:25:27 +0800
committerGitHub <noreply@github.com>2023-10-20 19:25:27 +0800
commit89e1140bea689c5790029bd02aea74b6b5ac0bea (patch)
treee7711ada0482631c1ac2ad5bd82f2be5d894872d /Cargo.lock
parent0c4987aa86dc5210c11024b74f3f8947ba1358ac (diff)
Make logging race-free using a global lock & macro (#309)
* Make logging race-free using a global lock & macro * Fix clippy complaint * Fix import for MacOS * Make `mt_log` expand to an expression
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index eb17e8b..c31eb2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -158,6 +158,7 @@ dependencies = [
"itertools",
"log",
"netstat2",
+ "once_cell",
"packet-builder",
"pnet",
"pnet_base",