diff --git a/Cargo.lock b/Cargo.lock index c955673..d3c935f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,9 +404,9 @@ dependencies = [ [[package]] name = "gio" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c1debf8d0315d69be0153aa76249db3c858ef69b7778ad3cc669e6d370c485" +checksum = "1d4a17d999e6e4e05d87c2bb05b7140d47769bc53211711a33e2f91536458714" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index fc7b544..015a27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ subprocess = "0.2.9" once_cell = "1.16.0" 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"] } +gio = { version = "0.16.3", features = ["v2_72"] } gdk = "0.16.0" gdk-pixbuf = "0.16.0" glib = "0.16.2"