From 9d31dc7b3a50821e102507ee443c391af41487e7 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Thu, 5 May 2022 09:46:39 +0200 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 fcdef344fc..4d78fb5722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,6 +150,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" @@ -1267,6 +1279,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.1" @@ -2803,6 +2828,7 @@ dependencies = [ "clap 3.1.15", "colored", "crossterm", + "igd", "num_cpus", "rand", "rayon", @@ -3867,6 +3893,12 @@ dependencies = [ "safe_arch", ] +[[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" @@ -3950,6 +3982,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.6.2"