diff --git a/Cargo.lock b/Cargo.lock index c955673..5c9e8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,9 +341,9 @@ dependencies = [ [[package]] name = "gdk-pixbuf" -version = "0.16.0" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0fb526c8c3a075eda15f961820edf3e15fe18576ac4fbabbb324e4cc6c421e6" +checksum = "0ba3e42776d1466938add08211734738d5c76e863a25b7a8064c4433a74a1a26" dependencies = [ "bitflags", "gdk-pixbuf-sys", diff --git a/Cargo.toml b/Cargo.toml index fc7b544..b37d002 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.16.0", features = ["v3_24_30"] } gio = { version = "0.16.2", features = ["v2_72"] } gdk = "0.16.0" -gdk-pixbuf = "0.16.0" +gdk-pixbuf = "0.16.3" glib = "0.16.2" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.87"