From a3dcb25432eee12f04e4dabdb8f5603b760307c9 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Tue, 1 Mar 2022 11:09:16 +0100 Subject: [PATCH] chore: adjust Cargo.lock Signed-off-by: ljedrz --- Cargo.lock | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 65ff6cd34d..48bd339fd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,6 +145,18 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "attohttpc" +version = "0.16.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247" +dependencies = [ + "http", + "log", + "url", + "wildmatch", +] + [[package]] name = "atty" version = "0.2.14" @@ -1253,6 +1265,19 @@ dependencies = [ "unicode-normalization", ] +[[package]] +name = "igd" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c4e7ee8b51e541486d7040883fe1f00e2a9954bcc24fd155b7e4f03ed4b93dd" +dependencies = [ + "attohttpc", + "log", + "rand", + "url", + "xmltree", +] + [[package]] name = "indexmap" version = "1.8.0" @@ -2636,6 +2661,7 @@ dependencies = [ "anyhow", "colored", "crossterm 0.23.0", + "igd", "num_cpus", "rand", "rayon", @@ -3638,6 +3664,12 @@ dependencies = [ "webpki", ] +[[package]] +name = "wildmatch" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a" + [[package]] name = "winapi" version = "0.3.9" @@ -3721,6 +3753,21 @@ dependencies = [ "winapi", ] +[[package]] +name = "xml-rs" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" + +[[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +dependencies = [ + "xml-rs", +] + [[package]] name = "zip" version = "0.5.13"