Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps) Update Tauri Core (1.x) - abandoned #10713

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.82 -> 1.0.86
bytes dependencies minor 1.6.0 -> 1.7.1
cocoa dependencies minor 0.24 -> 0.26
dunce (source) dependencies patch 1.0.4 -> 1.0.5
flate2 dependencies patch 1.0.26 -> 1.0.32
getrandom dependencies patch 0.2.14 -> 0.2.15
glib (source) dependencies minor 0.15 -> 0.20
gtk (source) dependencies minor 0.15 -> 0.18
ignore (source) dependencies patch 0.4.18 -> 0.4.22
infer dependencies minor 0.13 -> 0.16
mockito dev-dependencies minor 0.31 -> 0.32
nix dependencies minor 0.26.0 -> 0.29.0
notify-rust dependencies minor 4.10.0 -> 4.11.1
os_pipe dependencies minor 1.1.5 -> 1.2.1
proptest (source) dev-dependencies minor 1.2.0 -> 1.5.0
raw-window-handle dependencies minor 0.5 -> 0.6
regex dependencies minor 1.9.6 -> 1.10.6
reqwest dependencies minor 0.11 -> 0.12
rfd dependencies minor 0.10 -> 0.14
semver dependencies patch 1.0.22 -> 1.0.23
serde (source) dev-dependencies patch 1.0.198 -> 1.0.208
serde (source) dependencies patch 1.0.198 -> 1.0.208
serde_json dev-dependencies patch 1.0.97 -> 1.0.125
serde_json dependencies patch 1.0.97 -> 1.0.125
shared_child dependencies patch 1.0.0 -> 1.0.1
state dependencies minor 0.5 -> 0.6
tar dependencies patch 0.4.39 -> 0.4.41
tempfile (source) dependencies minor 3.6.0 -> 3.12.0
thiserror dependencies patch 1.0.59 -> 1.0.63
time (source) dependencies patch 0.3.15 -> 0.3.36
tokio (source) dev-dependencies minor 1.29.0 -> 1.39.3
tokio (source) dependencies minor 1.29.0 -> 1.39.3
tokio-test (source) dev-dependencies patch 0.4.3 -> 0.4.4
url dependencies patch 2.5.0 -> 2.5.2
uuid dependencies minor 1.8.0 -> 1.10.0
webkit2gtk dependencies minor 0.18.2 -> 0.19.0
webview2-com dependencies minor 0.19.1 -> 0.33.0
win7-notifications dependencies patch 0.4.3 -> 0.4.5
windows dependencies minor 0.39.0 -> 0.58.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)
tokio-rs/bytes (bytes)

v1.7.1

Compare Source

This release reverts the following change due to a regression:

  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#​698)

The revert can be found at #​726.

v1.7.0

Compare Source

Added
  • Add conversion from Bytes to BytesMut (#​695, #​710)
  • Add reclaim method without additional allocation (#​686)
Documented
  • Clarify how BytesMut::zeroed works (#​714)
  • Clarify the behavior of Buf::chunk (#​717)
Changed
  • Change length condition of BytesMut::truncate
  • Reuse capacity when possible in <BytesMut as Buf>::advance impl (#​698)
  • Improve must_use suggestion of BytesMut::split (#​699)
Internal changes
  • Use ManuallyDrop instead of mem::forget (#​678)
  • Don't set len in BytesMut::reserve (#​682)
  • Optimize Bytes::copy_to_bytes (#​688)
  • Refactor BytesMut::truncate (#​694)
  • Refactor BytesMut::resize (#​696)
  • Reorder assertion in Bytes::split_to, Bytes::split_off (#​689, #​693)
  • Use offset_from in more places (#​705)
  • Correct the wrong usage of IntoIter (#​707)

v1.6.1

Compare Source

This release fixes a bug where Bytes::is_unique returns incorrect values when
the Bytes originates from a shared BytesMut. (#​718)

kornelski/dunce (dunce)

v1.0.5

Compare Source

rust-lang/flate2-rs (flate2)

v1.0.32: - turn panic into error

Compare Source

What's Changed

Fix
Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

v1.0.31

Compare Source

This release allows using libz-rs in the latest version, v0.2.1.

Commit Statistics
  • 7 commits contributed to the release over the course of 95 calendar days.
  • 95 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Add exclusion rule to not package github or git specific files with crate. (25541bd)
    • Crate and update changelog in preparation for release. (1dbed76)
    • Merge pull request #​415 from folkertdev/bump-version-zlib-rs-0.2.1 (a7853c0)
    • Release version 1.0.31: bump libz-rs-sys version (e6f6949)
    • Merge pull request #​414 from yestyle/main (9e6af00)
    • Remove duplicate word in top-most doc (411d641)
    • Merge pull request #​408 from marxin/document-read-after-end (1a0daec)

v1.0.30

Compare Source

Documentation
  • Document expected behavior when Read is done for ZLIB and DEFLATE decoders
Commit Statistics
  • 9 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #​404
Commit Details
view details
  • #​404
    • CI verifies that docs can be built (bc1b3e9)
    • Fix CI by assuring builds work with --all-features enabled (5ce4154)
  • Uncategorized
    • Merge pull request #​405 from Byron/fix-CI (d3bea90)
    • Document expected behavior when Read is done for ZLIB and DEFLATE decoders (f37b1b0)
    • Merge pull request #​407 from striezel-stash/actions-checkout-v4 (5048843)
    • Merge pull request #​406 from striezel-stash/fix-some-typos (42c86ce)
    • Update actions/checkout in GitHub Actions workflows to v4 (f7b99e9)
    • Fix typos (563f1c4)
    • Prepare bugfix release to make docs work again (1126a4a)

v1.0.29

Compare Source

Commit Statistics
  • 12 commits contributed to the release over the course of 130 calendar days.
  • 195 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​403 from folkertdev/bump-version-zlib-rs (9a25bc0)
    • Zlib-rs support version bump (e9c87c0)
    • Merge pull request #​402 from jongiddy/bufread-tests (8a502a7)
    • Merge pull request #​400 from folkertdev/zlib-rs-c-api (320e7c7)
    • Test that BufRead and Write can be used after decoding (6a26c0c)
    • Add zlib-rs support via the libz-rs-sys C api for zlib-rs (7e6429a)
    • Merge pull request #​398 from rust-lang/fix-imports (ae78497)
    • Avoid redudant imports (20bbd74)
    • Merge pull request #​394 from icmccorm/main (0a584f4)
    • Switched to storing mz_stream as a raw pointer to fix tree borrows violation. (8386651)
    • Merge pull request #​388 from JakubOnderka/patch-1 (f0463d5)
    • Fix build for beta and nightly (8ef8ae6)

v1.0.28

Compare Source

Other
  • Dedupe code into write_to_spare_capacity_of_vec helper.
Commit Statistics
  • 11 commits contributed to the release over the course of 48 calendar days.
  • 62 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
  • Uncategorized
    • Merge pull request #​378 from Byron/prep-release (a99b53e)
    • Merge pull request #​380 from Manishearth/reset-stream (223f829)
    • Reset StreamWrapper after calling mz_inflate / mz_deflate (7a61ea5)
    • Prepare next patch-release (1260d3e)
    • Merge pull request #​375 from georeth/fix-read-doc (f62ff42)
    • Fix and unify docs of bufread and read types. (5b23cc9)
    • Merge pull request #​373 from anforowicz/fix-spare-capacity-handling (f285e9a)
    • Fix soundness of write_to_spare_capacity_of_vec. (69972b8)
    • Dedupe code into write_to_spare_capacity_of_vec helper. (82e45fa)
    • Merge pull request #​371 from jongiddy/jgiddy/msrv-1.53 (20cdcbe)
    • Use explicit Default for GzHeaderState enum (68ba8f6)

v1.0.27

Compare Source

New Features
  • show clear compiler error when no backend is chosen.
Other
  • Refer to MultiGzDecoder from GzDecoder.
    This may help dealing with multi-stream gzip files.
    MultiGzDecoder documentation was also improved to further clarify
    why such files would exist.
Commit Statistics
  • 46 commits contributed to the release over the course of 102 calendar days.
  • 105 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #​301, #​359
Commit Details
view details
  • #​301
    • Refer to MultiGzDecoder from GzDecoder. (afbbf48)
  • #​359
    • Show clear compiler error when no backend is chosen. (c9cf23f)
    • Add test to show how --no-default-features should respond. (2684a56)
  • Uncategorized
    • Merge pull request #​369 from rust-lang/next-release (1f7085d)
    • Prepare 1.0.27 release (ccd3d3a)
    • Merge pull request #​367 from jongiddy/note-read-loss (7f96363)
    • Merge pull request #​362 from Byron/maintenace-doc (b1e993a)
    • Fix typo (02cd317)
    • Document that read::GzDecoder consumes bytes after end of gzip (b2079e3)
    • Merge pull request #​361 from PierreV23/main (5d462b3)
    • Merge pull request #​324 from jsha/prefer-multigz (956397a)
    • Remove introductory paragraph that described other tools unrelated to flate2 (fc30d9e)
    • Apply suggestions from code review (f0bf8a6)
    • Further unify documentation, make sure sentences end with a period. (c9fe661)
    • Merge pull request #​366 from wcampbell0x2a/fix-readme-backend-link (1df4333)
    • Tweak the {Gz,MultiGz}Decoder docs more (955728b)
    • Fix broken link on README.md (ea0ad07)
    • Apply suggestions to impartial to Gz and MultiGz implementations. (1e09571)
    • Add top-level comparison between GzDecoder and MultiGzDecoder (e21986e)
    • Applies copies of minor improvements (a232574)
    • Merge pull request #​363 from jongiddy/fix-trailing-zero-crc (b90ec09)
    • Fix header CRC calculation of trailing zeros (230256e)
    • Merge pull request #​323 from jongiddy/partial-filename-write (d8e74e1)
    • Merge branch 'main' into partial-filename-write (afa9c8f)
    • Minor improvements to the MultiGzDecoder documentation (7cfdd4e)
    • Merge pull request #​326 from DavidKorczynski/cifuzz-int (307d84b)
    • Change the fuzz-time to 3 minutes to avoid waiting for fuzzing. (51ab99a)
    • Merge pull request #​356 from markgoddard/issues/355 (6b52d0e)
    • Add MAINTENANCE.md (b58db7f)
    • Simplify doc-tests (08f7d73)
    • Unify documentation style of newly added functions. (acd2ab9)
    • Forgot to add grave accent's (1e389c5)
    • Add functions that allow (de)compress instances (2754030)
    • Recommend MultiGzDecoder over GzDecoder in docs (7d5856d)
    • Merge pull request #​360 from Byron/no-default-features (74870ae)
    • Fix Read encoder examples (3281693)
    • Merge pull request #​347 from JohnTitor/note-to-multi-gz-decoder (f537522)
    • Fix a comment on the Compression struct (aedc7a6)
    • Fix GzDecoder Write partial filenames and comments (3ea8c3d)
    • Add notes about multiple streams to GzDecoder (6e111fe)
    • Merge pull request #​346 from jongiddy/move-gzip-parsing (fe15e4d)
    • Merge pull request #​345 from jongiddy/move-read-test (5d2851e)
    • Merge pull request #​344 from jongiddy/header-in-gzstate (a9b5fc4)
    • Move gzip header parsing out of bufread module (a5e2eba)
    • Move blocked_partial_header_read test to read module (4a622d9)
    • Move GzHeader into GzState (ecb6838)
rust-random/getrandom (getrandom)

v0.2.15

Compare Source

Added
Changed
gtk-rs/gtk-rs-core (glib)

v0.20.1

Compare Source

Andrey Kutejko:
      Implement std::iter::Extend for glib::List
      Implement std::iter::Extend for glib::SList

Carlos Martín Nieto:
      glib: link to the Properties macro instead of mentioning Props

Guillaume Gomez:
      Remove `thiserror` dependency

Sebastian Dröge:
      Update gir
      Fix code style
      Fix various Rust 1.80 clippy warnings
      Regenerate with latest gir
      deny: Update to new format
      Update Cargo.lock
      Update versions to 0.20.1

v0.20.0

Compare Source

Bilal Elmoussaoui:
      cairo: Use workspaces
      cairo: Fix ffi glib crate name
      cairo: Add missing version
      Post release version bump
      ci/docs: Deploy 0.19 release
      chore: Drop no longer needed deny skips
      docs: Move metadata back to packages
      glib: Requires Upgrade on Downgrade::Weak type
      Update clone.rs
      glib: Mark GParamSpec types as manual
      glib: Don't use macros to generate ParamSpec structs
      Update gir/gir-files submodules
      Regenerate with latest gir/gir-files
      Revert "glib: Auto generate various win32 functions"
      glib/gio: Remove no longer used version/ignore
      glib: Ignore new unsafe functions
      Fix nightly clippy warnings
      gio: Stop re-exporting all the types in prelude
      gio: Move guards to trait definitions
      gio/socket: Replace c_int import with full qualifier
      gio/tests: Guard variable that is used on windows only builds
      typos: Ignore guid false-positive
      Regenerate with latest gir/gir-files
      pango: Mark Item.get_char_offset param as const
      pango: Re-export v1_54 feature
      ci: Bump pango feature
      pango: Downgrade require version for v1.54
      Fix various nightly clippy warnings
      Update gir submodule
      Regenerate with latest gir
      Adapt to no longer renamed ffi crates
      cairo: Add missing doc aliases
      gio/tests: Remove no longer useful guard
      Revert "build(deps): bump freetype-rs from 0.36.0 to 0.37.0"
      Update dependencies

Carlos Martín Nieto:
      gio: Add a method to get a stream of incoming connections to SocketListener
      gio: add SocketListenerExtManual to Gir.toml

DaKnig:
      spell fix

Fabio Valentini:
      glib: fix UB in VariantStrIter::impl_get

Fina Wilke:
      glib-macros/properties: Allow structs with no properties
      glib::wrapper: Add docs for impls generated by the wrapper macro
      glib-macros: Refactor parsing code of object_subclass/object_interface
      glib: Decouple ObjectInterface impl from interface class struct
      glib: Only implement Send an JoinHandle if the result is Send
      examples: Add example for custom class structs and virtual methods
      glib-macros: Fix clippy warnings in tests
      glib-macros: Properties: Annotate methods with #[allow(dead_code)]
      glib-macros: Fix links in property macros docs
      docs: Fix broken links
      glib: Make links in README.md work in both web and rustdoc

François Laignel:
      ObjectBuilder: add property_if(), property_if_some(), property_from_iter() ... ... & property_if_not_empty()

Kévin Commaille:
      glib-macros: Improve error message when Properties struct doesn't have at least one #[property(…)]

L. E. Segovia:
      cairo: Fix version of the v1_18 feature

Matthew Waters:
      pango: add some missing AttrInt constructors.

Maximiliano Sandoval:
      Document values of Continue and Break

Paolo Borelli:
      macros: allow to specify #[default] for glib::flags
      gio: remove Send + Sync requirements from DBusConnection::register_object
      gio: remove Send + Sync requirements also for other GDBus closures
      gio: explicitely ignore DBusConnection::register_object
      gio: use a builder to register a DBus object
      ci: bump gvsbuild
      Derive TransparentPtrType trait for Boxed
      strv: add From implementation from a String array

Pranjal Kole:
      glib/functions: add compute_checksum_for_string

Sebastian Dröge:
      Fix some new clippy warnings
      glib-macros: Require at least syn 2.0.32
      glib: Fix expected error output of compiletests for 1.76
      glib: Add `Quark::from_static_str()`
      glib: Use `Self` instead of `Quark` in a few places
      Remove Cargo.lock from .gitignore
      Update Cargo.lock
      deny: Add toml_edit / winnow overrides
      glib: Drop the main context future return value sender on finalize
      glib: Fix memory leak in `subclass::shared` tests
      glib: Use `glib::GString` for collate keys
      glib: Avoid heap allocation and copy of input strings for collation
      Update Cargo.lock
      deny: Add heck 0.4 to the ignore list
      glib: Don't misuse `slice::get_unchecked()`
      Downgrade clap
      Revert "deny: Add heck 0.4 to the ignore list"
      Update system-deps to 6.2.2
      Work around rustdoc-stripper bug
      Fix glib compiletest expected output for Rust 1.77
      Update gir
      Update gir-files
      Regenerate with latest gir / gir-files
      glib: Use `time_t` correctly for manual bindings
      glib-sys: Map `glib_sys::GPid` directly to `libc::pid_t`
      Add glib/gio `v2_82` feature
      ci: Update gvsbuild git reference
      graphene: Remove non-existing `v1_12` feature
      pango: Bump version features to released versions
      gio-sys: Hide UNIX specific `Credentials` API on Windows
      gio: Use correct types for UNIX-specific `Credentials` API
      glib: Freeze property notifications while setting multiple properties
      ci: Enable glib-sys / gobject-sys tests
      glib: Re-add and rename manual Win32 API additions
      glib: Use a reference to a pointer of correct mutability for from_glib_ptr_borrow()
      glib: Don't use `g_object_list_properties()` for setting properties
      glib: Move various assertions from `FromValue` to `from_glib_ptr_borrow()`
      glib: Extend `spawn_from_within()` test to actually use a future that compiles with the normal `spawn()`
      glib: Add missing `Send` bound to the output type of the `spawn_from_within()` future
      examples: Remove unnecessary `Debug` impl derive from virtual_methods example
      glib: Convert safety doc comment to a normal comment
      glib-macros: Make subclassable test actually do something at runtime
      glib: Add bindings for `g_value_set_static_string()` and `g_value_set_interned_string()`
      glib: Fix `MatchInfo::next()` handling of returning `FALSE`
      glib: Improve `ValueArray` API, add tests and assertions for invalid usage
      glib: Add unsafe `Value::into_send_value()`
      gio: Move conditionally used imports to the place where they're used
      gio: Properly export Win32InputStream / Win32OutputStream traits
      gio: Remove unused ffi import on Windows
      Update `clone!` and `closure!` macro to new syntax
      glib-macros: Fix unit return in `closure!()` macro
      Merge pull request #&#8203;1438 from sdroege/clone-new-closure-unit-return
      Downgrade clap to 4.4 for MSRV 1.70
      Update gir
      gio: Mark `File::copy_async_with_closures()` and `move_async_with_closures() as ignored
      Regenerate with latest gir
      cairo: Update to system-deps 7
      Update to system-deps 7
      glib-macros: Don't produce unnecessary braces in `clone!(async move { x })`
      Update gir
      Update gir-files
      Regenerate with latest gir / gir-files
      Merge pull request #&#8203;1448 from sdroege/update-gir-files
      glib: Make `TypeData` struct fields private
      examples: Port remaining example to new `clone!` macro syntax
      glib: Add support for registering GTypes with name conflicts
      Update gir
      Update gir-files
      glib-sys: Add version for `q_sort_array()`
      Regenerate with latest gir / gir-files
      Update Cargo.lock
      Update gir-files
      Regenerate with latest gir-files
      Update Cargo.lock

Ville Hakulinen:
      gio: correctly free argument list items
      tests: skip failing test on windows
      docs: `construct` attribute for `glib::Properties`
      docs: fix typo

liushuyu:
      glib-sys: remove the redundant `ignore = true` line
      glib-sys: fix manual.h header to include proper headers ...
      glib-sys: remove deprecated lock types ...
      glib-sys: re-generate bindings and tests

misson20000:
      glib: Implement Sync for ThreadGuard

v0.19.9

Compare Source

Paolo Borelli:
      glib-macros: do not emit deprecation warnings for old clone! and closure! in 0.19
      glib-macros: make new clone! and closure! syntax a feature
      glib-macros: restore stable documentation of clone! and closure!
      glib-macros: make tests for new clone! conditional as well
      glib: stick to the old clone syntax

Sebastian Dröge:
      Update `clone!` and `closure!` macro to new syntax
      glib-macros: Fix unit return in `closure!()` macro
      glib-macros: Don't produce unnecessary braces in `clone!(async move { x })`
      glib-macros: Fix clone tests to work with both the unstable syntax enabled and not
      Update Cargo.lock
      Update versions to 0.19.9
      glib: Depend on glib-macros 0.19.9 for the new feature

v0.19.8

Compare Source

Bilal Elmoussaoui:
glib: Requires Upgrade on Downgrade::Weak type
glib: Mark GParamSpec types as manual
glib: Don't use macros to generate ParamSpec structs
Fix various nightly clippy warnings

Fina Wilke:
      glib-macros: Fix links in property macros docs
      docs: Fix broken links
      glib: Make links in README.md work in both web and rustdoc

Paolo Borelli:
      ci: bump gvsbuild
      gio: remove Send + Sync requirements from DBusConnection::register_object
      gio: remove Send + Sync requirements also for other GDBus closures
      gio: explicitely ignore DBusConnection::register_object
      Fix cargo fmt
      Derive TransparentPtrType trait for Boxed
      strv: add From implementation from a String array
      Regen with the latest gir from 0.19 branch
      gio: sync test with master

Sebastian Dröge:
      glib: Extend `spawn_from_within()` test to actually use a future that compiles with the normal `spawn()`
      gio: Properly export Win32InputStream / Win32OutputStream traits

v0.19.7

Compare Source

Fina Wilke:
      glib-macros: Fix clippy warnings in tests
      glib-macros: Properties: Annotate methods with #[allow(dead_code)]

Sebastian Dröge:
      glib-macros: Make subclassable test actually do something at runtime
      glib: Add bindings for `g_value_set_static_string()` and `g_value_set_interned_string()`
      Update Cargo.lock
      glib: Convert safety doc comment to a normal comment
      Update versions to 0.19.7

v0.19.6

Compare Source

Fina Wilke :
      glib: Only implement Send an JoinHandle if the result is Send

Sebastian Dröge:
      glib: Don't use `g_object_list_properties()` for setting properties
      glib: Add missing `Send` bound to the output type of the `spawn_from_within()` future
      Update versions to 0.19.6

misson20000:
      glib: Implement Sync for ThreadGuard

v0.19.5

Compare Source

Bilal Elmoussaoui:
      Revert "glib: Auto generate various win32 functions"
      glib/gio: Remove no longer used version/ignore
      glib: Ignore new unsafe functions

Fina Wilke:
      glib-macros/properties: Allow structs with no properties
      glib::wrapper: Add docs for impls generated by the wrapper macro

Kévin Commaille:
      glib-macros: Improve error message when Properties struct doesn't have at least one #[property(…)]

Sebastian Dröge:
      Update version to 0.19.4
      Update gir
      Update gir-files
      Regenerate with updated gir / gir-files
      glib: Use `time_t` correctly for manual bindings
      glib-sys: Map `glib_sys::GPid` directly to `libc::pid_t`
      gio-sys: Hide UNIX specific `Credentials` API on Windows
      gio: Use correct types for UNIX-specific `Credentials` API
      glib: Freeze property notifications while setting multiple properties
      ci: Enable glib-sys / gobject-sys tests
      Update Cargo.lock
      ci: Update gvsbuild git reference
      glib: Re-add and rename manual Win32 API additions
      Update versions to 0.19.5

liushuyu:
      glib-sys: remove the redundant `ignore = true` line
      glib-sys: fix manual.h header to include proper headers ...
      glib-sys: remove deprecated lock types ...
      glib-sys: re-generate bindings and tests

v0.19.4

Compare Source

Bilal Elmoussaoui:
      Fix nightly clippy warnings
      gio: Stop re-exporting all the types in prelude
      gio: Move guards to trait definitions
      gio/socket: Replace c_int import with full qualifier
      gio/tests: Guard variable that is used on windows only builds
      typos: Ignore guid false-positive

Fabio Valentini:
      glib: fix UB in VariantStrIter::impl_get

Maximiliano Sandoval:
      Document values of Continue and Break

Sebastian Dröge:
      Work around rustdoc-stripper bug
      Fix glib compiletest expected output for Rust 1.77
      Update Cargo.lock
      Revert "deny: Add heck 0.4 to the ignore list"
      Update version to 0.19.4

Ville Hakulinen:
      docs: `construct` attribute for `glib::Properties`
      docs: fix typo

v0.19.3

Compare Source

Matthew Waters:
      pango: add some missing AttrInt constructors.

Paolo Borelli:
      macros: allow to specify #[default] for glib::flags

Sebastian Dröge:
      glib: Add `Quark::from_static_str()`
      glib: Use `Self` instead of `Quark` in a few places
      glib: Drop the main context future return value sender on finalize
      glib: Fix memory leak in `subclass::shared` tests
      glib: Use `glib::GString` for collate keys
      glib: Avoid heap allocation and copy of input strings for collation
      glib: Don't misuse `slice::get_unchecked()`
      Update versions to 0.19.3

Ville Hakulinen:
      gio: correctly free argument list items
      tests: skip failing test on windows

v0.19.2

Compare Source

What's Changed

Bilal Elmoussaoui:
      chore: Drop no longer needed deny skips
      docs: Move metadata back to packages

L. E. Segovia:
      cairo: Fix version of the v1_18 feature

Sebastian Dröge:
      Fix some new clippy warnings
      glib-macros: Require at least syn 2.0.32
      glib: Fix expected error output of compiletests for 1.76
      Update Cargo.lock
      Update version to 0.19.2

Full Changelog: gtk-rs/gtk-rs-core@0.19.1...0.19.2

v0.19.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 21, 2024 12:11
@renovate renovate bot added the type: chore label Aug 21, 2024
Copy link
Contributor Author

renovate bot commented Aug 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path core/tauri/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `gtk`.
    ... required by package `tauri v1.7.1 (/tmp/renovate/repos/github/tauri-apps/tauri/core/tauri)`
    ... which satisfies path dependency `tauri` (locked to 1.7.1) of package `app-updater v0.1.0 (/tmp/renovate/repos/github/tauri-apps/tauri/core/tests/app-updater)`
versions that meet the requirements `^0.18` are: 0.18.1, 0.18.0

the package `tauri` depends on `gtk`, with features: `v3_20` but `gtk` does not have these features.


failed to select a version for `gtk` which could resolve this conflict

Copy link
Contributor

Package Changes Through 40089e5

There are 9 changes which include tauri with patch, tauri-codegen with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, tauri-utils with patch, tauri-build with patch, tauri-runtime with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 1.6.0 1.6.1
tauri-bundler 1.6.0 1.6.1
tauri-runtime 0.14.4 0.14.5
tauri-runtime-wry 0.14.9 0.14.10
tauri-codegen 1.4.4 1.4.5
tauri-macros 1.4.5 1.4.6
tauri-build 1.5.3 1.5.4
tauri 1.7.1 1.7.2
@tauri-apps/cli 1.6.0 1.6.1
tauri-cli 1.6.0 1.6.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot changed the title chore(deps) Update Tauri Core (1.x) chore(deps) Update Tauri Core (1.x) - abandoned Aug 27, 2024
Copy link
Contributor Author

renovate bot commented Aug 27, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@FabianLars FabianLars closed this Sep 2, 2024
@FabianLars FabianLars deleted the renovate/1.x-alltauricore branch September 2, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant