[fractal] Update html2pango to 0.4.1



commit 12cc259536b7d3fedddc677adbc7c47f0dbbbb13
Author: Maximiliano Sandoval R <msandova protonmail com>
Date:   Mon Jan 4 09:58:08 2021 +0100

    Update html2pango to 0.4.1
    
    anyhow needed to be updated to 1.0.37.

 Cargo.lock             | 8 ++++----
 fractal-gtk/Cargo.toml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index f70a8f2c..37b0ee69 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,9 +117,9 @@ dependencies = [
 
 [[package]]
 name = "anyhow"
-version = "1.0.34"
+version = "1.0.37"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
+checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
 
 [[package]]
 name = "arrayref"
@@ -1536,9 +1536,9 @@ dependencies = [
 
 [[package]]
 name = "html2pango"
-version = "0.3.3"
+version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "469b284033c3c93e7df758d316cb2e0da4408e4138d5add903b8be356a841738"
+checksum = "a2a7f65103a4da1b629f519474a51ae89077c61f88954eb9e6df7b22e1a7fd98"
 dependencies = [
  "ammonia",
  "anyhow",
diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml
index 937265d5..44d6ec92 100644
--- a/fractal-gtk/Cargo.toml
+++ b/fractal-gtk/Cargo.toml
@@ -6,7 +6,7 @@ workspace = "../"
 edition = "2018"
 
 [dependencies]
-anyhow = "1.0.32"
+anyhow = "1.0.37"
 async-trait = "0.1.40"
 clap = "2.33.0"
 chrono = "0.4.10"
@@ -19,7 +19,7 @@ gdk = "0.13.0"
 gdk-pixbuf = "0.9.0"
 gstreamer-pbutils = "0.16.0"
 glib = "0.10.1"
-html2pango = "0.3.2"
+html2pango = "0.4.1"
 http = "0.2.1"
 itertools = "0.8.2"
 lazy_static = "1.4.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]