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"