diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ license = "MIT" [dependencies] polling = "2" -socket2 = "0.4" +socket2 = "0.5.3" libc = "0.2" -nix = "0.23" +nix = "0.26.2" scoped-tls = "1" futures = "0.3" waker-fn = "1" |
