From 8902db6a3a4280cac1a5ee5ae1e7f0c52b815ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 05:48:59 +0000 Subject: [PATCH] Bump igd from 0.11.1 to 0.12.0 Bumps [igd](https://github.com/sbstp/rust-igd) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/sbstp/rust-igd/releases) - [Commits](https://github.com/sbstp/rust-igd/compare/v0.11.1...v0.12.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++++----- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fda0d79..8597911 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,13 +11,14 @@ dependencies = [ [[package]] name = "attohttpc" -version = "0.10.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf13118df3e3dce4b5ac930641343b91b656e4e72c8f8325838b01a4b1c9d45" +checksum = "1082810677916862c7704351dfe4696a837aaf34da0dd6431abc60783e71ee8f" dependencies = [ "http", "log", "url", + "wildmatch", ] [[package]] @@ -208,13 +209,13 @@ dependencies = [ [[package]] name = "igd" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd32c880165b2f776af0b38d206d1cabaebcf46c166ac6ae004a5d45f7d48ef" +checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd" dependencies = [ "attohttpc", "log", - "rand 0.7.3", + "rand 0.8.0", "url", "xmltree", ] @@ -939,6 +940,12 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "wildmatch" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79346daa5ca66c72db46ee4dac6e605811478ae0807b385d18328be3f5c0eb74" + [[package]] name = "winapi" version = "0.3.9" diff --git a/Cargo.toml b/Cargo.toml index 9ff9d3a..b7e673d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2" rand = "0.8" fnv = "1" yaml-rust = "0.4" -igd = { version = "0.11", optional = true } +igd = { version = "0.12", optional = true } daemonize = "0.4" ring = "0.16" privdrop = "0.5"