diff --git a/Cargo.lock b/Cargo.lock index a7c04fc..26ce018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,9 +341,9 @@ dependencies = [ [[package]] name = "gdk-pixbuf" -version = "0.16.3" +version = "0.16.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba3e42776d1466938add08211734738d5c76e863a25b7a8064c4433a74a1a26" +checksum = "d3094f2b8578136d1929cade4e0fff82f573521b579e96cfc24af2458431f176" dependencies = [ "bitflags", "gdk-pixbuf-sys", diff --git a/Cargo.toml b/Cargo.toml index fa1ca71..901071c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.16.1", features = ["v3_24_30"] } gio = { version = "0.16.3", features = ["v2_72"] } gdk = "0.16.0" -gdk-pixbuf = "0.16.3" +gdk-pixbuf = "0.16.4" glib = "0.16.3" serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.89"