From ce018597874714ae055cfd4d8941bdadf94fe4bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:02:49 +0000 Subject: [PATCH] Bump gdk-pixbuf from 0.17.10 to 0.18.5 Bumps [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) from 0.17.10 to 0.18.5. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.17.10...0.18.5) --- updated-dependencies: - dependency-name: gdk-pixbuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 192 ++++++++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 160 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38e02650..2b412d65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,26 +1059,52 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "695d6bc846438c5708b07007537b9274d883373dd30858ca881d7d71b5540717" dependencies = [ "bitflags 1.3.2", - "gdk-pixbuf-sys", - "gio", + "gdk-pixbuf-sys 0.17.10", + "gio 0.17.10", "glib 0.17.10", "libc", "once_cell", ] +[[package]] +name = "gdk-pixbuf" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec" +dependencies = [ + "gdk-pixbuf-sys 0.18.0", + "gio 0.18.4", + "glib 0.18.5", + "libc", + "once_cell", +] + [[package]] name = "gdk-pixbuf-sys" version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9285ec3c113c66d7d0ab5676599176f1f42f4944ca1b581852215bf5694870cb" dependencies = [ - "gio-sys", + "gio-sys 0.17.10", "glib-sys 0.17.10", "gobject-sys 0.17.10", "libc", "system-deps", ] +[[package]] +name = "gdk-pixbuf-sys" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" +dependencies = [ + "gio-sys 0.18.1", + "glib-sys 0.18.1", + "gobject-sys 0.18.0", + "libc", + "system-deps", +] + [[package]] name = "gdk4" version = "0.6.3" @@ -1087,9 +1113,9 @@ checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff" dependencies = [ "bitflags 1.3.2", "cairo-rs", - "gdk-pixbuf", + "gdk-pixbuf 0.17.10", "gdk4-sys", - "gio", + "gio 0.17.10", "glib 0.17.10", "libc", "pango", @@ -1102,8 +1128,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64" dependencies = [ "cairo-sys-rs", - "gdk-pixbuf-sys", - "gio-sys", + "gdk-pixbuf-sys 0.17.10", + "gio-sys 0.17.10", "glib-sys 0.17.10", "gobject-sys 0.17.10", "libc", @@ -1179,7 +1205,7 @@ dependencies = [ "futures-core", "futures-io", "futures-util", - "gio-sys", + "gio-sys 0.17.10", "glib 0.17.10", "libc", "once_cell", @@ -1188,6 +1214,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "gio" +version = "0.18.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73" +dependencies = [ + "futures-channel", + "futures-core", + "futures-io", + "futures-util", + "gio-sys 0.18.1", + "glib 0.18.5", + "libc", + "once_cell", + "pin-project-lite", + "smallvec", + "thiserror", +] + [[package]] name = "gio-sys" version = "0.17.10" @@ -1201,6 +1246,19 @@ dependencies = [ "winapi", ] +[[package]] +name = "gio-sys" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" +dependencies = [ + "glib-sys 0.18.1", + "gobject-sys 0.18.0", + "libc", + "system-deps", + "winapi", +] + [[package]] name = "glib" version = "0.15.12" @@ -1233,7 +1291,7 @@ dependencies = [ "futures-executor", "futures-task", "futures-util", - "gio-sys", + "gio-sys 0.17.10", "glib-macros 0.17.10", "glib-sys 0.17.10", "gobject-sys 0.17.10", @@ -1244,6 +1302,29 @@ dependencies = [ "thiserror", ] +[[package]] +name = "glib" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" +dependencies = [ + "bitflags 2.4.1", + "futures-channel", + "futures-core", + "futures-executor", + "futures-task", + "futures-util", + "gio-sys 0.18.1", + "glib-macros 0.18.5", + "glib-sys 0.18.1", + "gobject-sys 0.18.0", + "libc", + "memchr", + "once_cell", + "smallvec", + "thiserror", +] + [[package]] name = "glib-macros" version = "0.15.13" @@ -1252,7 +1333,7 @@ checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" dependencies = [ "anyhow", "heck", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro-error", "proc-macro2", "quote", @@ -1267,13 +1348,27 @@ checksum = "eca5c79337338391f1ab8058d6698125034ce8ef31b72a442437fa6c8580de26" dependencies = [ "anyhow", "heck", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", ] +[[package]] +name = "glib-macros" +version = "0.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc" +dependencies = [ + "heck", + "proc-macro-crate 2.0.1", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.38", +] + [[package]] name = "glib-sys" version = "0.15.10" @@ -1294,6 +1389,16 @@ dependencies = [ "system-deps", ] +[[package]] +name = "glib-sys" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" +dependencies = [ + "libc", + "system-deps", +] + [[package]] name = "glob" version = "0.3.1" @@ -1334,6 +1439,17 @@ dependencies = [ "system-deps", ] +[[package]] +name = "gobject-sys" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" +dependencies = [ + "glib-sys 0.18.1", + "libc", + "system-deps", +] + [[package]] name = "graphene-rs" version = "0.17.10" @@ -1523,9 +1639,9 @@ dependencies = [ "cairo-rs", "field-offset", "futures-channel", - "gdk-pixbuf", + "gdk-pixbuf 0.17.10", "gdk4", - "gio", + "gio 0.17.10", "glib 0.17.10", "graphene-rs", "gsk4", @@ -1543,7 +1659,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a4d6b61570f76d3ee542d984da443b1cd69b6105264c61afec3abed08c2500f" dependencies = [ "anyhow", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro-error", "proc-macro2", "quote", @@ -1557,9 +1673,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f" dependencies = [ "cairo-sys-rs", - "gdk-pixbuf-sys", + "gdk-pixbuf-sys 0.17.10", "gdk4-sys", - "gio-sys", + "gio-sys 0.17.10", "glib-sys 0.17.10", "gobject-sys 0.17.10", "graphene-sys", @@ -1961,9 +2077,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ab9c0843f9f23ff25634df2743690c3a1faffe0a190e60c490878517eb81abf" dependencies = [ "bitflags 1.3.2", - "gdk-pixbuf", + "gdk-pixbuf 0.17.10", "gdk4", - "gio", + "gio 0.17.10", "glib 0.17.10", "gtk4", "libadwaita-sys", @@ -1978,7 +2094,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4231cb2499a9f0c4cdfa4885414b33e39901ddcac61150bc0bb4ff8a57ede404" dependencies = [ "gdk4-sys", - "gio-sys", + "gio-sys 0.17.10", "glib-sys 0.17.10", "gobject-sys 0.17.10", "gtk4-sys", @@ -2473,7 +2589,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c" dependencies = [ "darling", - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -2637,7 +2753,7 @@ version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", @@ -2769,7 +2885,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35be456fc620e61f62dff7ff70fbd54dcbaf0a4b920c0f16de1107c47d921d48" dependencies = [ "bitflags 1.3.2", - "gio", + "gio 0.17.10", "glib 0.17.10", "libc", "once_cell", @@ -2994,6 +3110,16 @@ dependencies = [ "toml_edit 0.19.15", ] +[[package]] +name = "proc-macro-crate" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a" +dependencies = [ + "toml_datetime", + "toml_edit 0.20.2", +] + [[package]] name = "proc-macro-error" version = "1.0.4" @@ -3448,10 +3574,10 @@ dependencies = [ "env_logger 0.10.0", "form_urlencoded", "futures", - "gdk-pixbuf", + "gdk-pixbuf 0.18.5", "gdk4", "gettext-rs", - "gio", + "gio 0.17.10", "glib 0.17.10", "gtk4", "isahc", @@ -3667,21 +3793,21 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.6" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.20.7", + "toml_edit 0.20.2", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" dependencies = [ "serde", ] @@ -3699,9 +3825,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.7" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap 2.1.0", "serde", @@ -4141,7 +4267,7 @@ version = "3.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "regex", @@ -4201,7 +4327,7 @@ version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd" dependencies = [ - "proc-macro-crate", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 1.0.109", diff --git a/Cargo.toml b/Cargo.toml index 8a750eda..9b4c3523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ version = "3.0.1" features = ["rt-async-io-crypto-rust"] [dependencies] -gdk-pixbuf = "0.17.0" +gdk-pixbuf = "0.18.5" ref_filter_map = "1.0.1" regex = "1.8.3" async-std = "1.12.0"