diff --git a/Cargo.toml b/Cargo.toml index dbde42b3..78e2e7f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "igd" -version = "0.10.2" +version = "0.11.0" edition = "2018" authors = ["Simon Bernier St-Pierre "] description = "Internet Gateway Protocol client" @@ -21,7 +21,7 @@ attohttpc = { version = "0.10", default-features = false } url = "2" log = "0.4" futures = { version = "0.3", optional = true } -tokio = { version = "0.2", optional = true , features = [ "udp", "macros" ]} +tokio = { version = "0.2", optional = true, features = [ "udp", "macros" ]} bytes = { version = "0.5", optional = true } http = {version = "0.2", optional = true }