diff --git a/Cargo.lock b/Cargo.lock index 396d62b..80df114 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,9 +405,9 @@ dependencies = [ [[package]] name = "gio" -version = "0.17.0" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1981edf8679d2f2c8ec3120015867f45aa0a1c2d5e3e129ca2f7dda174d3d2a9" +checksum = "7b46cd098567b42c8f1b55c23ecb80ff3b3e07aa298d03aacc46c8f1b4cf1186" dependencies = [ "bitflags", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 9cdf967..49359f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ subprocess = "0.2.9" once_cell = "1.17.1" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.17.0", features = ["v3_24_30"] } -gio = { version = "0.17.0", features = ["v2_72"] } +gio = { version = "0.17.3", features = ["v2_72"] } gdk = "0.17.0" gdk-pixbuf = "0.17.0" glib = "0.17.1"