sanpii / effitask

Graphical task manager, based on the todo.txt format.
MIT License
226 stars 15 forks source link

Update gtk requirement from 0.7 to 0.8 #42

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on gtk to permit the latest version.

Changelog *Sourced from [gtk's changelog](https://github.com/gtk-rs/gtk/blob/master/CHANGELOG.md).* > ## 0.0.8 (master) > > ## 0.0.7 (16-Mar-2016) > > ### Breaking changes > > - [Object reform][gtk221] introduced autogenerated high-level bindings and > broke some conventions. > > - Constructors don't return `Option`, they never fail. > > - Companion traits renamed e.g. `ButtonTrait` -> `ButtonExt`. > > - Modules are private now, all items are exported at the crate level (e.g. > `gtk::button::Button` is no longer visible, use `gtk::Button` instead). > > - Dialog APIs made less Rust-y for consistency with upstream. > > - File name types [changed][gtk236] from `&str` to `T: AsRef`. > > - A few signatures and spellings corrected to match upstream. > > - Version features [reintroduced][gtk248] and autodetection is no more. The > fallback version is 3.4. > > Select the minimal version required by your application like this: > ```toml > [dependencies.gtk] > features = ["v3_10"] > ``` > > - Signal handlers [take the receiver by reference][gtk226-1] and support [more > specific receiver types][gtk226-2]. > > - New [safe event bindings][gdk95] are [passed to signal handlers][gtk244]. > These bindings have [safe getters][gdk107] while the low-level event structs are > still reachable [via `as_ref`][examples68]. > > - New safe [`Error`][glib86-error] and [`Value`][glib95] bindings. `ListStore` and > `TreeStore` [changed accordingly][gtk238], traded `set_string` for more > powerful [`set`][gtk241]. > > - In an ongoing move to [reflect integer unsignedness properly][gtk246] > `Notebook` switched from `i32` to `u32`, `ListStore` and `TreeStore` partly > switched to `u32` and `EntryBuffer` switched to `u16`. > > ### Improvements > > - [Object reform][gtk221] benefits include: > > ... (truncated)
Commits - [`7d29cea`](https://github.com/gtk-rs/gtk/commit/7d29cea5854fab3d2b318f5baa4ba354bd21c853) fix gtk-sys version - [`258706b`](https://github.com/gtk-rs/gtk/commit/258706bd509b0ad267b1d89205687f87d8089af4) Merge pull request [#925](https://github-redirect.dependabot.com/gtk-rs/gtk/issues/925) from gtk-rs/crate-release-update - [`0e618ff`](https://github.com/gtk-rs/gtk/commit/0e618ff7ed5d05a5739eec36f8ede6839f8c0eb7) Update versions [ci skip] - [`1e4d0e1`](https://github.com/gtk-rs/gtk/commit/1e4d0e1c45fec76c8476e5767cc6d7b23b86e718) Merge remote-tracking branch 'origin/master' into crate - [`0bd621f`](https://github.com/gtk-rs/gtk/commit/0bd621f4df73754c9043b252cdb4f8fa1cde31ad) Merge pull request [#923](https://github-redirect.dependabot.com/gtk-rs/gtk/issues/923) from GuillaumeGomez/regen - [`1754d17`](https://github.com/gtk-rs/gtk/commit/1754d17a0b44a91ce4fe6dd28f0614bc9b43c8ce) regen - [`25332a0`](https://github.com/gtk-rs/gtk/commit/25332a0d722deb143861a18b28429d62d9cd780d) Update gir submodule - [`2efce6e`](https://github.com/gtk-rs/gtk/commit/2efce6e8b8a8db34b87e1555e877b26e34d3d7cc) Merge pull request [#921](https://github-redirect.dependabot.com/gtk-rs/gtk/issues/921) from alatiera/alatiera/widget-parent-events - [`c38889e`](https://github.com/gtk-rs/gtk/commit/c38889e7f7169d637b863c68c6b30f0eaed653e6) subclass/window: widget in set_focus should be Nullable - [`ea45775`](https://github.com/gtk-rs/gtk/commit/ea45775630bbf006ac6c1450a15961da15cfb867) subclass/{widget, application, dialog, window, container}: Implement default ... - Additional commits viewable in [compare view](https://github.com/gtk-rs/gtk/compare/0.7.0...0.8.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.