File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,10 @@ epoll = { version = "4.3.3", default-features = false }
70
70
futures = { version = " 0.3.28" , default-features = false }
71
71
hashbrown = { version = " 0.15.0" , default-features = false }
72
72
indoc = { version = " 2.0" , default-features = false }
73
- libc = { version = " 0.2.105" , default-features = false }
73
+ # libc 0.2.164 and 0.2.165 are affected by
74
+ # https://github.com/rust-lang/libc/issues/4149.
75
+ # Pin the last working version until a proper fix is released.
76
+ libc = { version = " =0.2.163" , default-features = false }
74
77
log = { version = " 0.4" , default-features = false }
75
78
netns-rs = { version = " 0.1" , default-features = false }
76
79
nix = { version = " 0.29.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments