@@ -43,20 +43,20 @@ syn = { version = "1.0.99", features = ["clone-impls", "derive", "extra-traits",
43
43
[target .x86_64-unknown-linux-gnu .dependencies ]
44
44
futures-core = { version = " 0.3.24" , features = [" alloc" , " std" ] }
45
45
futures-sink = { version = " 0.3.24" }
46
- libc = { version = " 0.2.132 " , features = [" std" ] }
46
+ libc = { version = " 0.2.133 " , features = [" std" ] }
47
47
tokio = { version = " 1.20.1" , features = [" bytes" , " io-util" , " libc" , " macros" , " memchr" , " mio" , " net" , " num_cpus" , " once_cell" , " process" , " rt" , " rt-multi-thread" , " signal" , " signal-hook-registry" , " socket2" , " sync" , " time" , " tokio-macros" ] }
48
48
49
49
[target .x86_64-unknown-linux-gnu .build-dependencies ]
50
- libc = { version = " 0.2.132 " , features = [" std" ] }
50
+ libc = { version = " 0.2.133 " , features = [" std" ] }
51
51
52
52
[target .x86_64-apple-darwin .dependencies ]
53
53
futures-core = { version = " 0.3.24" , features = [" alloc" , " std" ] }
54
54
futures-sink = { version = " 0.3.24" }
55
- libc = { version = " 0.2.132 " , features = [" std" ] }
55
+ libc = { version = " 0.2.133 " , features = [" std" ] }
56
56
tokio = { version = " 1.20.1" , features = [" bytes" , " io-util" , " libc" , " macros" , " memchr" , " mio" , " net" , " num_cpus" , " once_cell" , " process" , " rt" , " rt-multi-thread" , " signal" , " signal-hook-registry" , " socket2" , " sync" , " time" , " tokio-macros" ] }
57
57
58
58
[target .x86_64-apple-darwin .build-dependencies ]
59
- libc = { version = " 0.2.132 " , features = [" std" ] }
59
+ libc = { version = " 0.2.133 " , features = [" std" ] }
60
60
61
61
[target .x86_64-pc-windows-msvc .dependencies ]
62
62
futures-core = { version = " 0.3.24" , features = [" alloc" , " std" ] }
0 commit comments