Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package onefetch for openSUSE:Factory 
checked in at 2021-02-19 23:42:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/onefetch (Old)
 and      /work/SRC/openSUSE:Factory/.onefetch.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "onefetch"

Fri Feb 19 23:42:57 2021 rev:9 rq:864014 version:2.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/onefetch/onefetch.changes        2021-01-15 
19:45:59.674000945 +0100
+++ /work/SRC/openSUSE:Factory/.onefetch.new.28504/onefetch.changes     
2021-02-19 23:44:40.139328314 +0100
@@ -1,0 +2,6 @@
+Mon Jan 18 08:54:47 UTC 2021 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.9.1:
+  * [misc]  Update dependencies and fix serde related build failure
+
+-------------------------------------------------------------------

Old:
----
  v2.9.0.tar.gz

New:
----
  v2.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ onefetch.spec ++++++
--- /var/tmp/diff_new_pack.ZfhG33/_old  2021-02-19 23:44:45.895333958 +0100
+++ /var/tmp/diff_new_pack.ZfhG33/_new  2021-02-19 23:44:45.895333958 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           onefetch
-Version:        2.9.0
+Version:        2.9.1
 Release:        0
 Summary:        Git repository summary on your terminal
 License:        MIT AND GPL-2.0-only

++++++ v2.9.0.tar.gz -> v2.9.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onefetch-2.9.0/Cargo.lock 
new/onefetch-2.9.1/Cargo.lock
--- old/onefetch-2.9.0/Cargo.lock       2021-01-13 21:28:06.000000000 +0100
+++ new/onefetch-2.9.1/Cargo.lock       2021-01-15 21:37:25.000000000 +0100
@@ -2,9 +2,9 @@
 # It is not intended for manual editing.
 [[package]]
 name = "addr2line"
-version = "0.13.0"
+version = "0.14.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
+checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
 dependencies = [
  "gimli",
 ]
@@ -65,9 +65,9 @@
 
 [[package]]
 name = "arrayvec"
-version = "0.5.1"
+version = "0.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
+checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
 
 [[package]]
 name = "askalono"
@@ -107,12 +107,12 @@
 
 [[package]]
 name = "backtrace"
-version = "0.3.51"
+version = "0.3.55"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1"
+checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
 dependencies = [
  "addr2line",
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
  "libc",
  "miniz_oxide 0.4.3",
  "object",
@@ -121,12 +121,6 @@
 
 [[package]]
 name = "base64"
-version = "0.12.3"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
-
-[[package]]
-name = "base64"
 version = "0.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
@@ -139,12 +133,12 @@
 
 [[package]]
 name = "blake2b_simd"
-version = "0.5.10"
+version = "0.5.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
+checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
 dependencies = [
  "arrayref",
- "arrayvec 0.5.1",
+ "arrayvec 0.5.2",
  "constant_time_eq",
 ]
 
@@ -171,9 +165,9 @@
 
 [[package]]
 name = "bstr"
-version = "0.2.13"
+version = "0.2.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
+checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"
 dependencies = [
  "memchr",
 ]
@@ -201,21 +195,21 @@
 
 [[package]]
 name = "bytemuck"
-version = "1.4.1"
+version = "1.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
+checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
 
 [[package]]
 name = "byteorder"
-version = "1.3.4"
+version = "1.4.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
+checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
 
 [[package]]
 name = "cc"
-version = "1.0.60"
+version = "1.0.66"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
+checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
 dependencies = [
  "jobserver",
 ]
@@ -298,9 +292,9 @@
 
 [[package]]
 name = "const_fn"
-version = "0.4.4"
+version = "0.4.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
+checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
 
 [[package]]
 name = "constant_time_eq"
@@ -310,11 +304,11 @@
 
 [[package]]
 name = "crc32fast"
-version = "1.2.0"
+version = "1.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
+checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
 dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
 ]
 
 [[package]]
@@ -324,7 +318,7 @@
 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
 dependencies = [
  "cfg-if 1.0.0",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils",
 ]
 
 [[package]]
@@ -335,7 +329,7 @@
 dependencies = [
  "cfg-if 1.0.0",
  "crossbeam-epoch",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils",
 ]
 
 [[package]]
@@ -346,7 +340,7 @@
 dependencies = [
  "cfg-if 1.0.0",
  "const_fn",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils",
  "lazy_static",
  "memoffset",
  "scopeguard",
@@ -354,17 +348,6 @@
 
 [[package]]
 name = "crossbeam-utils"
-version = "0.7.2"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
-dependencies = [
- "autocfg",
- "cfg-if 0.1.10",
- "lazy_static",
-]
-
-[[package]]
-name = "crossbeam-utils"
 version = "0.8.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
@@ -444,11 +427,11 @@
 
 [[package]]
 name = "encoding_rs"
-version = "0.8.24"
+version = "0.8.26"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
+checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
 dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
 ]
 
 [[package]]
@@ -513,11 +496,11 @@
 
 [[package]]
 name = "flate2"
-version = "1.0.18"
+version = "1.0.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "da80be589a72651dcda34d8b35bcdc9b7254ad06325611074d9cc0fbb19f60ee"
+checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
 dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
  "crc32fast",
  "libc",
  "miniz_oxide 0.4.3",
@@ -530,6 +513,16 @@
 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 
 [[package]]
+name = "form_urlencoded"
+version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
+dependencies = [
+ "matches",
+ "percent-encoding",
+]
+
+[[package]]
 name = "generic-array"
 version = "0.12.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -540,24 +533,24 @@
 
 [[package]]
 name = "getrandom"
-version = "0.1.15"
+version = "0.1.16"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
+checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
  "libc",
  "wasi 0.9.0+wasi-snapshot-preview1",
 ]
 
 [[package]]
 name = "getrandom"
-version = "0.2.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
+checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
 dependencies = [
- "cfg-if 0.1.10",
+ "cfg-if 1.0.0",
  "libc",
- "wasi 0.9.0+wasi-snapshot-preview1",
+ "wasi 0.10.1+wasi-snapshot-preview1",
 ]
 
 [[package]]
@@ -572,9 +565,9 @@
 
 [[package]]
 name = "gimli"
-version = "0.22.0"
+version = "0.23.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
+checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
 
 [[package]]
 name = "git2"
@@ -597,9 +590,9 @@
 
 [[package]]
 name = "globset"
-version = "0.4.5"
+version = "0.4.6"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
+checksum = "c152169ef1e421390738366d2f796655fec62621dabbd0fd476f905934061e4a"
 dependencies = [
  "aho-corasick",
  "bstr",
@@ -645,9 +638,9 @@
 
 [[package]]
 name = "heck"
-version = "0.3.1"
+version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
+checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
 dependencies = [
  "unicode-segmentation",
 ]
@@ -669,9 +662,9 @@
 
 [[package]]
 name = "humantime"
-version = "2.0.1"
+version = "2.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
+checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 
 [[package]]
 name = "idna"
@@ -690,7 +683,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
 dependencies = [
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils",
  "globset",
  "lazy_static",
  "log",
@@ -741,9 +734,9 @@
 
 [[package]]
 name = "itoa"
-version = "0.4.6"
+version = "0.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
+checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
 
 [[package]]
 name = "jobserver"
@@ -808,9 +801,9 @@
 
 [[package]]
 name = "linked-hash-map"
-version = "0.5.3"
+version = "0.5.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
+checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
 
 [[package]]
 name = "lock_api"
@@ -823,9 +816,9 @@
 
 [[package]]
 name = "log"
-version = "0.4.11"
+version = "0.4.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
+checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
 dependencies = [
  "cfg-if 0.1.10",
 ]
@@ -844,9 +837,9 @@
 
 [[package]]
 name = "memchr"
-version = "2.3.3"
+version = "2.3.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
+checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
 
 [[package]]
 name = "memmap"
@@ -910,9 +903,9 @@
 
 [[package]]
 name = "num-integer"
-version = "0.1.43"
+version = "0.1.44"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
+checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
 dependencies = [
  "autocfg",
  "num-traits",
@@ -920,9 +913,9 @@
 
 [[package]]
 name = "num-iter"
-version = "0.1.41"
+version = "0.1.42"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
+checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
 dependencies = [
  "autocfg",
  "num-integer",
@@ -931,9 +924,9 @@
 
 [[package]]
 name = "num-rational"
-version = "0.3.0"
+version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
+checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
 dependencies = [
  "autocfg",
  "num-integer",
@@ -942,9 +935,9 @@
 
 [[package]]
 name = "num-traits"
-version = "0.2.12"
+version = "0.2.14"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
+checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
 dependencies = [
  "autocfg",
 ]
@@ -961,9 +954,9 @@
 
 [[package]]
 name = "object"
-version = "0.20.0"
+version = "0.22.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
+checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
 
 [[package]]
 name = "once_cell"
@@ -973,11 +966,11 @@
 
 [[package]]
 name = "onefetch"
-version = "2.9.0"
+version = "2.9.1"
 dependencies = [
  "ansi_term 0.12.1",
  "askalono",
- "base64 0.13.0",
+ "base64",
  "byte-unit",
  "bytecount",
  "chrono",
@@ -1100,15 +1093,15 @@
 
 [[package]]
 name = "pkg-config"
-version = "0.3.18"
+version = "0.3.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
+checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
 
 [[package]]
 name = "png"
-version = "0.16.7"
+version = "0.16.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
+checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
 dependencies = [
  "bitflags",
  "crc32fast",
@@ -1118,9 +1111,9 @@
 
 [[package]]
 name = "ppv-lite86"
-version = "0.2.9"
+version = "0.2.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
+checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
 
 [[package]]
 name = "proc-macro2"
@@ -1133,18 +1126,18 @@
 
 [[package]]
 name = "quote"
-version = "1.0.7"
+version = "1.0.8"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
+checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
 dependencies = [
  "proc-macro2",
 ]
 
 [[package]]
 name = "rand"
-version = "0.8.0"
+version = "0.8.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12"
+checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
 dependencies = [
  "libc",
  "rand_chacha",
@@ -1164,11 +1157,11 @@
 
 [[package]]
 name = "rand_core"
-version = "0.6.0"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18"
+checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
 dependencies = [
- "getrandom 0.2.0",
+ "getrandom 0.2.1",
 ]
 
 [[package]]
@@ -1200,7 +1193,7 @@
 dependencies = [
  "crossbeam-channel",
  "crossbeam-deque",
- "crossbeam-utils 0.8.1",
+ "crossbeam-utils",
  "lazy_static",
  "num_cpus",
 ]
@@ -1217,7 +1210,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
 dependencies = [
- "getrandom 0.1.15",
+ "getrandom 0.1.16",
  "redox_syscall",
  "rust-argon2",
 ]
@@ -1263,21 +1256,21 @@
 
 [[package]]
 name = "rust-argon2"
-version = "0.8.2"
+version = "0.8.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
+checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
 dependencies = [
- "base64 0.12.3",
+ "base64",
  "blake2b_simd",
  "constant_time_eq",
- "crossbeam-utils 0.7.2",
+ "crossbeam-utils",
 ]
 
 [[package]]
 name = "rustc-demangle"
-version = "0.1.17"
+version = "0.1.18"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
+checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
 
 [[package]]
 name = "ryu"
@@ -1308,18 +1301,18 @@
 
 [[package]]
 name = "serde"
-version = "1.0.118"
+version = "1.0.119"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
+checksum = "9bdd36f49e35b61d49efd8aa7fc068fd295961fd2286d0b2ee9a4c7a14e99cc3"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.118"
+version = "1.0.119"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
+checksum = "552954ce79a059ddd5fd68c271592374bd15cab2274970380c000118aeffe1cd"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1372,9 +1365,9 @@
 
 [[package]]
 name = "smallvec"
-version = "1.4.2"
+version = "1.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
+checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
 
 [[package]]
 name = "strsim"
@@ -1405,9 +1398,9 @@
 
 [[package]]
 name = "syn"
-version = "1.0.48"
+version = "1.0.58"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
+checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -1460,9 +1453,9 @@
 
 [[package]]
 name = "termcolor"
-version = "1.1.0"
+version = "1.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
+checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
 dependencies = [
  "winapi-util",
 ]
@@ -1478,18 +1471,18 @@
 
 [[package]]
 name = "thread_local"
-version = "1.0.1"
+version = "1.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
+checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
 dependencies = [
  "lazy_static",
 ]
 
 [[package]]
 name = "tiff"
-version = "0.6.0"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "abeb4e3f32a8973722c0254189e6890358e72b1bf11becb287ee0b23c595a41d"
+checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
 dependencies = [
  "jpeg-decoder",
  "miniz_oxide 0.4.3",
@@ -1498,20 +1491,28 @@
 
 [[package]]
 name = "time"
-version = "0.1.44"
+version = "0.1.43"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
+checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
 dependencies = [
  "libc",
- "wasi 0.10.0+wasi-snapshot-preview1",
  "winapi",
 ]
 
 [[package]]
 name = "tinyvec"
-version = "0.3.4"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
+dependencies = [
+ "tinyvec_macros",
+]
+
+[[package]]
+name = "tinyvec_macros"
+version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
+checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
 
 [[package]]
 name = "tokei"
@@ -1623,18 +1624,18 @@
 
 [[package]]
 name = "unicode-normalization"
-version = "0.1.13"
+version = "0.1.16"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
+checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
 dependencies = [
  "tinyvec",
 ]
 
 [[package]]
 name = "unicode-segmentation"
-version = "1.6.0"
+version = "1.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
+checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
 
 [[package]]
 name = "unicode-width"
@@ -1650,10 +1651,11 @@
 
 [[package]]
 name = "url"
-version = "2.1.1"
+version = "2.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
+checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
 dependencies = [
+ "form_urlencoded",
  "idna",
  "matches",
  "percent-encoding",
@@ -1667,9 +1669,9 @@
 
 [[package]]
 name = "vcpkg"
-version = "0.2.10"
+version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
+checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
 
 [[package]]
 name = "vec_map"
@@ -1702,15 +1704,15 @@
 
 [[package]]
 name = "wasi"
-version = "0.10.0+wasi-snapshot-preview1"
+version = "0.10.1+wasi-snapshot-preview1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
+checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
 
 [[package]]
 name = "weezl"
-version = "0.1.1"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e0e26e7a4d998e3d7949c69444b8b4916bac810da0d3a82ae612c89e952782f4"
+checksum = "3e2bb9fc8309084dd7cd651336673844c1d47f8ef6d2091ec160b27f5c4aa277"
 
 [[package]]
 name = "winapi"
@@ -1754,18 +1756,18 @@
 
 [[package]]
 name = "zstd"
-version = "0.5.3+zstd.1.4.5"
+version = "0.5.4+zstd.1.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
+checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
 dependencies = [
  "zstd-safe",
 ]
 
 [[package]]
 name = "zstd-safe"
-version = "2.0.5+zstd.1.4.5"
+version = "2.0.6+zstd.1.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
+checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
 dependencies = [
  "libc",
  "zstd-sys",
@@ -1773,9 +1775,9 @@
 
 [[package]]
 name = "zstd-sys"
-version = "1.4.17+zstd.1.4.5"
+version = "1.4.18+zstd.1.4.7"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
+checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
 dependencies = [
  "cc",
  "glob",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onefetch-2.9.0/Cargo.toml 
new/onefetch-2.9.1/Cargo.toml
--- old/onefetch-2.9.0/Cargo.toml       2021-01-13 21:28:06.000000000 +0100
+++ new/onefetch-2.9.1/Cargo.toml       2021-01-15 21:37:25.000000000 +0100
@@ -2,7 +2,7 @@
 edition = "2018"
 name = "onefetch"
 description = "Git repository summary on your terminal"
-version = "2.9.0"
+version = "2.9.1"
 authors = ["o2sh <ossama-hj...@live.fr>"]
 readme = "README.md"
 license = "MIT"
@@ -35,10 +35,9 @@
 error-chain = "0.12"
 toml = "0.5.8"
 yaml-rust = "0.4"
-serde = "1.0.118"
+serde = "1.0.119"
 serde_json = "1.0.61"
 serde_yaml = "0.8"
-
 chrono = "0.4"
 chrono-humanize = "0.1.1"
 byte-unit = "4.0.9"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onefetch-2.9.0/docs/onefetch.1 
new/onefetch-2.9.1/docs/onefetch.1
--- old/onefetch-2.9.0/docs/onefetch.1  2021-01-13 21:28:06.000000000 +0100
+++ new/onefetch-2.9.1/docs/onefetch.1  2021-01-15 21:37:25.000000000 +0100
@@ -1,9 +1,9 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
-.TH ONEFETCH "1" "January 2021" "onefetch 2.9.0" "User Commands"
+.TH ONEFETCH "1" "January 2021" "onefetch 2.9.1" "User Commands"
 .SH NAME
-onefetch \- manual page for onefetch 2.9.0
+onefetch \- manual page for onefetch 2.9.1
 .SH DESCRIPTION
-onefetch 2.9.0
+onefetch 2.9.1
 Git repository summary on your terminal
 .SS "USAGE:"
 .IP
@@ -14,10 +14,6 @@
 .IP
 Outputs Onefetch in a specific format (json, yaml).
 .HP
-\fB\-z\fR, \fB\-\-isotime\fR
-.IP
-Outputs Onefetch with ISO 8601 formated timestamps
-.HP
 \fB\-l\fR, \fB\-\-languages\fR
 .IP
 Prints out supported languages.
@@ -55,15 +51,15 @@
 .IP
 \&'\-\-ascii\-input "$(fortune | cowsay \fB\-W\fR 25)"'
 .HP
-\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
-.IP
-Colors (X X X...) to print the ascii art.
-.HP
 \fB\-\-true\-color\fR <WHEN>
 .IP
 Specify when to use true color (*auto*, never, always).
 If set to auto: true color will be enabled if supported by the terminal.
 .HP
+\fB\-c\fR, \fB\-\-ascii\-colors\fR <X>...
+.IP
+Colors (X X X...) to print the ascii art.
+.HP
 \fB\-t\fR, \fB\-\-text\-colors\fR <X>...
 .IP
 Changes the text colors (X X X...). Goes in order of title, ~, underline, 
subtitle, colon, and info.
@@ -83,6 +79,10 @@
 .IP
 Ignores merge commits.
 .HP
+\fB\-z\fR, \fB\-\-isotime\fR
+.IP
+Use ISO 8601 formatted timestamps.
+.HP
 \fB\-d\fR, \fB\-\-disable\-fields\fR <FIELD>...
 .IP
 Allows you to disable FIELD(s) from appearing in the output.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onefetch-2.9.0/src/onefetch/cli.rs 
new/onefetch-2.9.1/src/onefetch/cli.rs
--- old/onefetch-2.9.0/src/onefetch/cli.rs      2021-01-13 21:28:06.000000000 
+0100
+++ new/onefetch-2.9.1/src/onefetch/cli.rs      2021-01-15 21:37:25.000000000 
+0100
@@ -40,7 +40,6 @@
 }
 
 impl Cli {
-    /// Build `Options` from command line arguments.
     pub fn new() -> Result<Self> {
         #[cfg(not(windows))]
         let possible_backends = ["kitty", "iterm", "sixel"];
@@ -59,8 +58,8 @@
             Arg::with_name("input")
             .default_value(".")
             .hide_default_value(true)
-            .help("Run as if onefetch was started in <input> instead of the 
current working directory.",
-        ))
+            .help("Run as if onefetch was started in <input> instead of the 
current working directory.")
+        )
         .arg(
             Arg::with_name("output")
             .short("o")
@@ -70,13 +69,7 @@
             .possible_values(&SerializationFormat::iter()
             .map(|format| format.into())
             .collect::<Vec<&str>>())
-            )
-        .arg(
-            Arg::with_name("isotime")
-            .short("z")
-            .long("isotime")
-            .help("Outputs Onefetch with ISO 8601 formated timestamps")
-            )
+        )
         .arg(
             Arg::with_name("languages")
             .short("l")
@@ -87,181 +80,180 @@
             Arg::with_name("package-managers")
             .short("p")
             .long("package-managers")
-                .help("Prints out supported package managers."),
-            )
-            .arg(
-                Arg::with_name("show-logo")
-                .long("show-logo")
-                .value_name("WHEN")
-                .takes_value(true)
-                .possible_values(&["auto", "never", "always"])
-                .default_value("always")
-                .hide_default_value(true)
-                .help("Specify when to show the logo (auto, never, *always*).")
-                .long_help(
-                    "Specify when to show the logo (auto, never, *always*). \n\
-                    If set to auto: the logo will be hidden if the terminal's 
width < 95."
-                )
+            .help("Prints out supported package managers."),
+        )
+        .arg(
+            Arg::with_name("show-logo")
+            .long("show-logo")
+            .value_name("WHEN")
+            .takes_value(true)
+            .possible_values(&["auto", "never", "always"])
+            .default_value("always")
+            .hide_default_value(true)
+            .help("Specify when to show the logo (auto, never, *always*).")
+            .long_help(
+                "Specify when to show the logo (auto, never, *always*). \n\
+                If set to auto: the logo will be hidden if the terminal's 
width < 95.")
         )
         .arg(
             Arg::with_name("image")
-                .short("i")
-                .long("image")
-                .value_name("IMAGE")
-                .takes_value(true)
-                .help("Path to the IMAGE file."),
+            .short("i")
+            .long("image")
+            .value_name("IMAGE")
+            .takes_value(true)
+            .help("Path to the IMAGE file."),
         )
         .arg(
             Arg::with_name("image-backend")
-                .long("image-backend")
-                .value_name("BACKEND")
-                .takes_value(true)
-                .requires("image")
-                .possible_values(&possible_backends)
-                .help("Which image BACKEND to use."),
+            .long("image-backend")
+            .value_name("BACKEND")
+            .takes_value(true)
+            .requires("image")
+            .possible_values(&possible_backends)
+            .help("Which image BACKEND to use."),
         )
         .arg(
             Arg::with_name("color-resolution")
-                .long("color-resolution")
-                .value_name("VALUE")
-                .requires("image")
-                .takes_value(true)
-                .possible_values(&["16", "32", "64", "128", "256"])
-                .help("VALUE of color resolution to use with SIXEL backend."),
+            .long("color-resolution")
+            .value_name("VALUE")
+            .requires("image")
+            .takes_value(true)
+            .possible_values(&["16", "32", "64", "128", "256"])
+            .help("VALUE of color resolution to use with SIXEL backend."),
         )
         .arg(
             Arg::with_name("ascii-language")
-                .short("a")
-                .value_name("LANGUAGE")
-                .long("ascii-language")
-                .takes_value(true)
-                .case_insensitive(true)
-                .help("Which LANGUAGE's ascii art to print.")
-                .possible_values(
-                    &Language::iter()
-                        .map(|language| language.into())
-                        .collect::<Vec<&str>>()
-                    ),
+           .short("a")
+           .value_name("LANGUAGE")
+           .long("ascii-language")
+           .takes_value(true)
+           .case_insensitive(true)
+           .help("Which LANGUAGE's ascii art to print.")
+           .possible_values(
+               &Language::iter()
+               .map(|language| language.into())
+               .collect::<Vec<&str>>())
         )
         .arg(
             Arg::with_name("ascii-input")
-                .long("ascii-input")
-                .value_name("STRING")
-                .takes_value(true)
-                .help("Takes a non-empty STRING as input to replace the ASCII 
logo.")
-                .long_help(
-                    "Takes a non-empty STRING as input to replace the ASCII 
logo. \
-                     It is possible to pass a generated STRING by command 
substitution. \n\
-                     For example:\n \
-                     '--ascii-input \"$(fortune | cowsay -W 25)\"'"
-            )
-                .validator(
-                    |t| {
-                        if t.is_empty() {
-                            return Err(String::from("must not be empty"));
-                        }
-                        Ok(())
-                    },
-                ),
+            .long("ascii-input")
+            .value_name("STRING")
+            .takes_value(true)
+            .help("Takes a non-empty STRING as input to replace the ASCII 
logo.")
+            .long_help(
+                "Takes a non-empty STRING as input to replace the ASCII logo. \
+                It is possible to pass a generated STRING by command 
substitution. \n\
+                For example:\n \
+                '--ascii-input \"$(fortune | cowsay -W 25)\"'")
+            .validator(
+                |t| {
+                    if t.is_empty() {
+                        return Err(String::from("must not be empty"));
+                    }
+                    Ok(())
+                },
+            ),
         )
         .arg(
-            Arg::with_name("ascii-colors")
-                .short("c")
-                .long("ascii-colors")
-                .value_name("X")
-                .multiple(true)
-                .takes_value(true)
-                .possible_values(color_values)
-                .help("Colors (X X X...) to print the ascii art."),
+            Arg::with_name("true-color")
+            .long("true-color")
+            .value_name("WHEN")
+            .takes_value(true)
+            .possible_values(&["auto", "never", "always"])
+            .default_value("auto")
+            .hide_default_value(true)
+            .help("Specify when to use true color (*auto*, never, always).")
+            .long_help(
+                "Specify when to use true color (*auto*, never, always). \n\
+                If set to auto: true color will be enabled if supported by the 
terminal.")
         )
         .arg(
-            Arg::with_name("true-color")
-                .long("true-color")
-                .value_name("WHEN")
-                .takes_value(true)
-                .possible_values(&["auto", "never", "always"])
-                .default_value("auto")
-                .hide_default_value(true)
-                .help("Specify when to use true color (*auto*, never, 
always).")
-                .long_help(
-                    "Specify when to use true color (*auto*, never, always). 
\n\
-                    If set to auto: true color will be enabled if supported by 
the terminal."
-                )
+            Arg::with_name("ascii-colors")
+            .short("c")
+            .long("ascii-colors")
+            .value_name("X")
+            .multiple(true)
+            .takes_value(true)
+            .possible_values(color_values)
+            .help("Colors (X X X...) to print the ascii art."),
         )
         .arg(
             Arg::with_name("text-colors")
-                .short("t")
-                .long("text-colors")
-                .value_name("X")
-                .multiple(true)
-                .takes_value(true)
-                .max_values(6)
-                .possible_values(color_values)
-                .help("Changes the text colors (X X X...).")
-                .long_help(
-                    "Changes the text colors (X X X...). \
-                     Goes in order of title, ~, underline, subtitle, colon, 
and info. \n\
-                     For example:\n \
-                     '--text-colors 9 10 11 12 13 14'"
-            )
+            .short("t")
+            .long("text-colors")
+            .value_name("X")
+            .multiple(true)
+            .takes_value(true)
+            .max_values(6)
+            .possible_values(color_values)
+            .help("Changes the text colors (X X X...).")
+            .long_help(
+                "Changes the text colors (X X X...). \
+                Goes in order of title, ~, underline, subtitle, colon, and 
info. \n\
+                For example:\n \
+                '--text-colors 9 10 11 12 13 14'")
         )
         .arg(
             Arg::with_name("no-bold")
-                .long("no-bold")
-                .help("Turns off bold formatting."),
+            .long("no-bold")
+            .help("Turns off bold formatting."),
         )
         .arg(
             Arg::with_name("no-color-palette")
-                .long("no-color-palette")
-                .help("Hides the color palette."),
+            .long("no-color-palette")
+            .help("Hides the color palette."),
         )
         .arg(
             Arg::with_name("no-merge-commits")
-                .long("no-merge-commits")
-                .help("Ignores merge commits."),
+            .long("no-merge-commits")
+            .help("Ignores merge commits."),
+        )
+        .arg(
+            Arg::with_name("isotime")
+            .short("z")
+            .long("isotime")
+            .help("Use ISO 8601 formatted timestamps.")
         )
         .arg(
             Arg::with_name("disable-fields")
-                .long("disable-fields")
-                .short("d")
-                .value_name("FIELD")
-                .multiple(true)
-                .takes_value(true)
-                .case_insensitive(true)
-                .help("Allows you to disable FIELD(s) from appearing in the 
output.")
-                .possible_values(
-                    &InfoField::iter()
-                        .map(|field| field.into())
-                        .collect::<Vec<&str>>()
-                ),
+            .long("disable-fields")
+            .short("d")
+            .value_name("FIELD")
+            .multiple(true)
+            .takes_value(true)
+            .case_insensitive(true)
+            .help("Allows you to disable FIELD(s) from appearing in the 
output.")
+            .possible_values(
+                &InfoField::iter()
+                    .map(|field| field.into())
+                    .collect::<Vec<&str>>())
         )
         .arg(
             Arg::with_name("authors-number")
-                .short("A")
-                .long("authors-number")
-                .value_name("NUM")
-                .takes_value(true)
-                .default_value("3")
-                .help("NUM of authors to be shown.")
-                .validator(
-                    |t| {
-                        t.parse::<u32>()
-                            .map_err(|_t| "must be a number")
-                            .map(|_t|())
-                            .map_err(|e| e.to_string())
-                    },
-                )
+            .short("A")
+            .long("authors-number")
+            .value_name("NUM")
+            .takes_value(true)
+            .default_value("3")
+            .help("NUM of authors to be shown.")
+            .validator(
+                |t| {
+                    t.parse::<u32>()
+                        .map_err(|_t| "must be a number")
+                        .map(|_t|())
+                        .map_err(|e| e.to_string())
+                })
         )
         .arg(
             Arg::with_name("exclude")
-                .short("e")
-                .long("exclude")
-                .value_name("EXCLUDE")
-                .multiple(true)
-                .takes_value(true)
-                .help("Ignore all files & directories matching EXCLUDE."),
-            )
-.get_matches();
+            .short("e")
+            .long("exclude")
+            .value_name("EXCLUDE")
+            .multiple(true)
+            .takes_value(true)
+            .help("Ignore all files & directories matching EXCLUDE."),
+        )
+        .get_matches();
 
         let true_color = match matches.value_of("true-color") {
             Some("always") => true,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/onefetch-2.9.0/src/onefetch/info.rs 
new/onefetch-2.9.1/src/onefetch/info.rs
--- old/onefetch-2.9.0/src/onefetch/info.rs     2021-01-13 21:28:06.000000000 
+0100
+++ new/onefetch-2.9.1/src/onefetch/info.rs     2021-01-15 21:37:25.000000000 
+0100
@@ -411,7 +411,7 @@
 }
 
 impl Serialize for Info {
-    fn serialize<S>(&self, serializer: S) -> serde::export::Result<S::Ok, 
S::Error>
+    fn serialize<S>(&self, serializer: S) -> std::result::Result<S::Ok, 
S::Error>
     where
         S: serde::Serializer,
     {

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/onefetch/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.onefetch.new.28504/vendor.tar.xz differ: char 26, 
line 1

Reply via email to