From 6dc9579b4db03a0c70775c85878d4bc3a93417ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Nov 2020 12:13:47 +0000 Subject: [PATCH] Update ioctl-sys requirement from 0.5 to 0.6 Updates the requirements on [ioctl-sys](https://github.com/jmesmon/ioctl) to permit the latest version. - [Release notes](https://github.com/jmesmon/ioctl/releases) - [Commits](https://github.com/jmesmon/ioctl/commits/ioctl-sys-0.6.0) Signed-off-by: dependabot-preview[bot] --- crates/tun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tun/Cargo.toml b/crates/tun/Cargo.toml index 25cd8fb..b4c92c5 100644 --- a/crates/tun/Cargo.toml +++ b/crates/tun/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["tun", "network", "tunnel", "bindings"] [dependencies] libc = "0.2" -ioctl-sys = "0.5" +ioctl-sys = "0.6" mio = { version = "0.6", optional = true } [features]