From 2fb2bf2f36132d9ffd7233041b68f432cd2b8c60 Mon Sep 17 00:00:00 2001 From: Navid Date: Mon, 18 Sep 2023 15:52:39 +0330 Subject: [PATCH] nix: 0.27 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f48f148..dc349f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0" name = "tokio-tun" readme = "README.md" repository = "https://github.com/yaa110/tokio-tun" -version = "0.9.0" +version = "0.9.1" [dependencies] libc = "0.2" -nix = {version = "0.26", default-features = false, features = ["ioctl"]} +nix = {version = "0.27", default-features = false, features = ["ioctl"]} thiserror = "1" tokio = {version = "1", features = ["net"]}