File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ once_cell = "1.18.0"
35
35
pnet = " 0.34.0"
36
36
pnet_macros_support = " 0.34.0"
37
37
ratatui = " 0.23.0"
38
- regex = " 1.10.1"
39
38
resolv-conf = " 0.7.0"
40
39
simplelog = " 0.12.1"
41
40
thiserror = " 1.0.49"
@@ -46,6 +45,9 @@ unicode-width = "0.1.11"
46
45
[target .'cfg(target_os = "linux")' .dependencies ]
47
46
procfs = " 0.15.1"
48
47
48
+ [target .'cfg(any(target_os = "macos", target_os = "freebsd"))' ]
49
+ regex = " 1.10.1"
50
+
49
51
[target .'cfg(target_os = "windows")' .dependencies ]
50
52
netstat2 = " 0.9.1"
51
53
sysinfo = " 0.29.10"
@@ -54,6 +56,7 @@ sysinfo = "0.29.10"
54
56
insta = " 1.34.0"
55
57
packet-builder = { version = " 0.7.0" , git = " https://github.com/cyqsimon/packet_builder.git" , branch = " patch-update" }
56
58
pnet_base = " 0.34.0"
59
+ regex = " 1.10.1"
57
60
rstest = " 0.18.2"
58
61
59
62
[target .'cfg(target_os = "windows")' .build-dependencies ]
You can’t perform that action at this time.
0 commit comments