From ae86a1fba985aa9c0252ef6cbaec77d4ff453c9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 12:14:03 +0000 Subject: [PATCH] Update ioctl-sys requirement from 0.5 to 0.7 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.7.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..36de315 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.7" mio = { version = "0.6", optional = true } [features]