diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-01-20 07:56:33 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 07:56:33 +0530 |
| commit | 9bac346d66d20cd7b8abc1e4001cb461bb665a0b (patch) | |
| tree | 76747a0775bfe764c7446697eab5935b81b045dd /runtime/Cargo.toml | |
| parent | 1ec07368b40cc69c1c0e45d45cfbae19500e25bf (diff) | |
chore: update netif to 0.1.1 (#13425)
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index e488f6f0d..b8378d444 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -73,7 +73,7 @@ hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", libc = "0.2.106" log = "0.4.14" lzzzz = '=0.8.0' -netif = "0.1.0" +netif = "0.1.1" notify = "=5.0.0-pre.12" once_cell = "=1.9.0" regex = "1.5.4" |
