Browse Source

Update html2pango to 0.4.1

anyhow needed to be updated to 1.0.37.
fix-filtering
Maximiliano Sandoval R 5 years ago
parent
commit
12cc259536
No known key found for this signature in database
GPG Key ID: DAF997B4C5A9DF5A
  1. 8
      Cargo.lock
  2. 4
      fractal-gtk/Cargo.toml

8
Cargo.lock generated

@ -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",

4
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"

Loading…
Cancel
Save