Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the minor-patch group with 35 updates in the / directory:

Package From To
autocfg 1.4.0 1.5.0
bitflags 2.9.0 2.9.4
cairo-rs 0.20.7 0.20.12
cairo-sys-rs 0.20.7 0.20.10
cc 1.2.20 1.2.39
gdk-pixbuf 0.20.9 0.20.10
gdk-pixbuf-sys 0.20.7 0.20.10
gio 0.20.9 0.20.12
gio-sys 0.20.9 0.20.10
glib 0.20.9 0.20.12
glib-macros 0.20.7 0.20.12
glib-sys 0.20.9 0.20.10
gobject-sys 0.20.9 0.20.10
graphene-rs 0.20.9 0.20.10
graphene-sys 0.20.7 0.20.10
gtk4 0.9.6 0.9.7
hashbrown 0.15.2 0.15.5
indexmap 2.9.0 2.11.4
libc 0.2.172 0.2.176
memchr 2.7.4 2.7.6
pango 0.20.9 0.20.12
pango-sys 0.20.9 0.20.10
proc-macro-crate 3.3.0 3.4.0
proc-macro2 1.0.95 1.0.101
quote 1.0.40 1.0.41
regex 1.11.1 1.11.3
regex-syntax 0.8.5 0.8.6
semver 1.0.26 1.0.27
slab 0.4.9 0.4.11
smallvec 1.15.0 1.15.1
syn 2.0.101 2.0.106
system-deps 7.0.3 7.0.5
temp-dir 0.1.14 0.1.16
toml 0.8.20 0.8.23
unicode-ident 1.0.18 1.0.19

Updates autocfg from 1.4.0 to 1.5.0

Commits

Updates bitflags from 2.9.0 to 2.9.4

Release notes

Sourced from bitflags's releases.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Changelog

Sourced from bitflags's changelog.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

2.9.3

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.9.2...2.9.3

2.9.2

What's Changed

Full Changelog: bitflags/bitflags@2.9.1...2.9.2

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Commits
  • de0ec28 Merge pull request #461 from KodrAus/cargo/2.9.4
  • c31df3c prepare for 2.9.4 release
  • 3a9cce2 Merge pull request #460 from bitflags/doc/cargo-features
  • 8eb1c7c add Cargo features to readme
  • f59ad49 Merge pull request #459 from KodrAus/cargo/2.9.3
  • 2c3a4f4 prepare for 2.9.3 release
  • 9e1cf3e Merge pull request #458 from nnethercote/streamline-generated-code
  • a3f1f78 Avoid calling InternalBitFlags::{bits,from_bits_retain}.
  • aead794 Avoid local variables in generated code.
  • 85b5e60 Merge pull request #456 from KodrAus/cargo/2.9.2
  • Additional commits viewable in compare view

Updates cairo-rs from 0.20.7 to 0.20.12

Release notes

Sourced from cairo-rs's releases.

0.20.12

Carlos Martín Nieto:
      examples: add some docs to the example using the Properties macro
      glib-macros: Properties: copy property docs to getter
      glib-macros: Properties: allow setting getter and setter docs
      glib-macros: Properties: copy over the doc comments more elegantly
      glib-macros: extend `Properties` docs with the getter-setter docs
      glib-macros: add some generic comments for property notifications

Sebastian Dröge:
glib: Remove nonsense comments about glib::Slice pointers being NULL-terminated
glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid pointer
Fix new nightly warning about confusing lifetime flows
Update Cargo.lock
tests: Add Cargo.lock
Update version to 0.20.12

nozwock:
Clarify usage requirement of Properties macro for enum types
Link to Properties macro section on usage with Enum derived enums
Derive Default for MyEnum in example of Properties macro

0.20.11

Sebastian Dröge:
      Update version to 0.20.11

Sophie Herold:
Revert "gio: manually implement content_type_guess"

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
</tr></table>

... (truncated)

Commits
  • 337dde5 Update version to 0.20.12
  • ffe84f9 Merge pull request #1744 from sdroege/0.20-backports
  • 85af5ec tests: Add Cargo.lock
  • c6e5cea Update Cargo.lock
  • ad487aa Fix new nightly warning about confusing lifetime flows
  • 02baaed Derive Default for MyEnum in example of Properties macro
  • cce148b glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid po...
  • 311cb1f glib: Remove nonsense comments about glib::Slice pointers being NULL-term...
  • 3baeb18 Link to Properties macro section on usage with Enum derived enums
  • af720cb Clarify usage requirement of Properties macro for enum types
  • Additional commits viewable in compare view

Updates cairo-sys-rs from 0.20.7 to 0.20.10

Release notes

Sourced from cairo-sys-rs's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt: gio: manually implement content_type_guess

Leo Schaefer: Fix bug in bindings of shape_full and shape_with_flags Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge: Update gir Update gir-files gio: Ignore g_dbus_connection_register_object_with_closures2() for now glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr graphene: Add some // rustdoc-stripper-ignore-next glib: Add From<AsRef<str>> impl for GStringPtr pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now cairo: Pass a mutable reference when we expect the function to mutate the value Fix new clippy 1.86 warnings ci: Update to Ubuntu 24.04 for building the image ci: Install some more development packages for the image build Add 2.86 glib/gio version features Regenerate with latest gir / gir-files Update Cargo.lock Update version to 0.20.10

Sebastian Wiesner: Wrap IntoFuture around Cancellable::future Derive Debug and Clone for variant DictEntry

Wesley Moore: cairo: Fix some typos in Error Display impl

0.20.9

Christopher Head (2):
      Fix incorrect documentation
      Re-export CancelledHandlerId

Philipp Jungkamp: glib: Implement ToGlibContainerFromSlice for CStr and CString gio: Use manual env: &amp;[OsString] parameter for SubprocessLauncher::set_environ

Sebastian Dröge: </tr></table>

... (truncated)

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates cc from 1.2.20 to 1.2.39

Release notes

Sourced from cc's releases.

cc-v1.2.39

No release notes provided.

cc-v1.2.38

No release notes provided.

cc-v1.2.37

No release notes provided.

cc-v1.2.36

No release notes provided.

cc-v1.2.35

No release notes provided.

cc-v1.2.34

No release notes provided.

cc-v1.2.33

No release notes provided.

cc-v1.2.32

No release notes provided.

cc-v1.2.31

No release notes provided.

cc-v1.2.30

Other

  • define _REENTRANT by default (#1496)

cc-v1.2.29

Other

  • Fix target parsing for powerpc (#1490)

cc-v1.2.28

Other

  • Recognize mlibc environment (#1488)
  • Fix clippy warnings about not using variables in format! strings (#1489)

cc-v1.2.27

Other

  • Regenerate windows sys bindings (#1485)
  • Update windows-bindgen requirement from 0.61 to 0.62 (#1484)
  • Regenerate target info (#1483)

... (truncated)

Changelog

Sourced from cc's changelog.

1.2.39 - 2025-09-26

Other

  • Fix cross compilation to xtensa-esp32s3-espidf (#1569)
  • Fix autodetect_wasi_compiler: support non utf-8 path (#1568)
  • Regenerate target info (#1567)
  • Fix rustcflags mapping: require -Clinker-plugin-lto for -flto (#1564)
  • Use $WASI_SDK_PATH on WASI targets by default (#1562)
  • Fix atomicity violations in concurrent cache operations (#1559)

1.2.38 - 2025-09-19

Other

  • updated the following local packages: find-msvc-tools

1.2.37 - 2025-09-12

Other

  • Fix errmsg in RustcCodegenFlags::set_rustc_flag (#1551)
  • propagate stack protector to Linux C compilers (#1550)
  • Extract new fn run_commands_in_parallel (#1549)

1.2.30 - 2025-07-18

Other

  • define _REENTRANT by default (#1496)

1.2.29 - 2025-07-05

Other

  • Fix target parsing for powerpc (#1490)

1.2.28 - 2025-07-04

Other

  • Recognize mlibc environment (#1488)
  • Fix clippy warnings about not using variables in format! strings (#1489)

1.2.27 - 2025-06-13

Other

  • Regenerate windows sys bindings (#1485)
  • Update windows-bindgen requirement from 0.61 to 0.62 (#1484)

... (truncated)

Commits

Updates gdk-pixbuf from 0.20.9 to 0.20.10

Release notes

Sourced from gdk-pixbuf's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
gio: Ignore g_dbus_connection_register_object_with_closures2() for now
glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr
graphene: Add some // rustdoc-stripper-ignore-next
glib: Add From<AsRef<str>> impl for GStringPtr
pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now
cairo: Pass a mutable reference when we expect the function to mutate the value
Fix new clippy 1.86 warnings
ci: Update to Ubuntu 24.04 for building the image
ci: Install some more development packages for the image build
Add 2.86 glib/gio version features
Regenerate with latest gir / gir-files
Update Cargo.lock
Update version to 0.20.10

Sebastian Wiesner:
Wrap IntoFuture around Cancellable::future
Derive Debug and Clone for variant DictEntry

Wesley Moore:
cairo: Fix some typos in Error Display impl

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates gdk-pixbuf-sys from 0.20.7 to 0.20.10

Release notes

Sourced from gdk-pixbuf-sys's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt: gio: manually implement content_type_guess

Leo Schaefer: Fix bug in bindings of shape_full and shape_with_flags Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge: Update gir Update gir-files gio: Ignore g_dbus_connection_register_object_with_closures2() for now glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr graphene: Add some // rustdoc-stripper-ignore-next glib: Add From<AsRef<str>> impl for GStringPtr pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now cairo: Pass a mutable reference when we expect the function to mutate the value Fix new clippy 1.86 warnings ci: Update to Ubuntu 24.04 for building the image ci: Install some more development packages for the image build Add 2.86 glib/gio version features Regenerate with latest gir / gir-files Update Cargo.lock Update version to 0.20.10

Sebastian Wiesner: Wrap IntoFuture around Cancellable::future Derive Debug and Clone for variant DictEntry

Wesley Moore: cairo: Fix some typos in Error Display impl

0.20.9

Christopher Head (2):
      Fix incorrect documentation
      Re-export CancelledHandlerId

Philipp Jungkamp: glib: Implement ToGlibContainerFromSlice for CStr and CString gio: Use manual env: &amp;[OsString] parameter for SubprocessLauncher::set_environ

Sebastian Dröge: </tr></table>

... (truncated)

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates gio from 0.20.9 to 0.20.12

Release notes

Sourced from gio's releases.

0.20.12

Carlos Martín Nieto:
      examples: add some docs to the example using the Properties macro
      glib-macros: Properties: copy property docs to getter
      glib-macros: Properties: allow setting getter and setter docs
      glib-macros: Properties: copy over the doc comments more elegantly
      glib-macros: extend `Properties` docs with the getter-setter docs
      glib-macros: add some generic comments for property notifications

Sebastian Dröge:
glib: Remove nonsense comments about glib::Slice pointers being NULL-terminated
glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid pointer
Fix new nightly warning about confusing lifetime flows
Update Cargo.lock
tests: Add Cargo.lock
Update version to 0.20.12

nozwock:
Clarify usage requirement of Properties macro for enum types
Link to Properties macro section on usage with Enum derived enums
Derive Default for MyEnum in example of Properties macro

0.20.11

Sebastian Dröge:
      Update version to 0.20.11

Sophie Herold:
Revert "gio: manually implement content_type_guess"

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
</tr></table>

... (truncated)

Commits
  • 337dde5 Update version to 0.20.12
  • ffe84f9 Merge pull request #1744 from sdroege/0.20-backports
  • 85af5ec tests: Add Cargo.lock
  • c6e5cea Update Cargo.lock
  • ad487aa Fix new nightly warning about confusing lifetime flows
  • 02baaed Derive Default for MyEnum in example of Properties macro
  • cce148b glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid po...
  • 311cb1f glib: Remove nonsense comments about glib::Slice pointers being NULL-term...
  • 3baeb18 Link to Properties macro section on usage with Enum derived enums
  • af720cb Clarify usage requirement of Properties macro for enum types
  • Additional commits viewable in compare view

Updates gio-sys from 0.20.9 to 0.20.10

Release notes

Sourced from gio-sys's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
gio: Ignore g_dbus_connection_register_object_with_closures2() for now
glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr
graphene: Add some // rustdoc-stripper-ignore-next
glib: Add From<AsRef<str>> impl for GStringPtr
pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now
cairo: Pass a mutable reference when we expect the function to mutate the value
Fix new clippy 1.86 warnings
ci: Update to Ubuntu 24.04 for building the image
ci: Install some more development packages for the image build
Add 2.86 glib/gio version features
Regenerate with latest gir / gir-files
Update Cargo.lock
Update version to 0.20.10

Sebastian Wiesner:
Wrap IntoFuture around Cancellable::future
Derive Debug and Clone for variant DictEntry

Wesley Moore:
cairo: Fix some typos in Error Display impl

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates glib from 0.20.9 to 0.20.12

Release notes

Sourced from glib's releases.

0.20.12

Carlos Martín Nieto:
      examples: add some docs to the example using the Properties macro
      glib-macros: Properties: copy property docs to getter
      glib-macros: Properties: allow setting getter and setter docs
      glib-macros: Properties: copy over the doc comments more elegantly
      glib-macros: extend `Properties` docs with the getter-setter docs
      glib-macros: add some generic comments for property notifications

Sebastian Dröge:
glib: Remove nonsense comments about glib::Slice pointers being NULL-terminated
glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid pointer
Fix new nightly warning about confusing lifetime flows
Update Cargo.lock
tests: Add Cargo.lock
Update version to 0.20.12

nozwock:
Clarify usage requirement of Properties macro for enum types
Link to Properties macro section on usage with Enum derived enums
Derive Default for MyEnum in example of Properties macro

0.20.11

Sebastian Dröge:
      Update version to 0.20.11

Sophie Herold:
Revert "gio: manually implement content_type_guess"

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
</tr></table>

... (truncated)

Commits
  • 337dde5 Update version to 0.20.12
  • ffe84f9 Merge pull request #1744 from sdroege/0.20-backports
  • 85af5ec tests: Add Cargo.lock
  • c6e5cea Update Cargo.lock
  • ad487aa Fix new nightly warning about confusing lifetime flows
  • 02baaed Derive Default for MyEnum in example of Properties macro
  • cce148b glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid po...
  • 311cb1f glib: Remove nonsense comments about glib::Slice pointers being NULL-term...
  • 3baeb18 Link to Properties macro section on usage with Enum derived enums
  • af720cb Clarify usage requirement of Properties macro for enum types
  • Additional commits viewable in compare view

Updates glib-macros from 0.20.7 to 0.20.12

Release notes

Sourced from glib-macros's releases.

0.20.12

Carlos Martín Nieto:
      examples: add some docs to the example using the Properties macro
      glib-macros: Properties: copy property docs to getter
      glib-macros: Properties: allow setting getter and setter docs
      glib-macros: Properties: copy over the doc comments more elegantly
      glib-macros: extend `Properties` docs with the getter-setter docs
      glib-macros: add some generic comments for property notifications

Sebastian Dröge:
glib: Remove nonsense comments about glib::Slice pointers being NULL-terminated
glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid pointer
Fix new nightly warning about confusing lifetime flows
Update Cargo.lock
tests: Add Cargo.lock
Update version to 0.20.12

nozwock:
Clarify usage requirement of Properties macro for enum types
Link to Properties macro section on usage with Enum derived enums
Derive Default for MyEnum in example of Properties macro

0.20.11

Sebastian Dröge:
      Update version to 0.20.11

Sophie Herold:
Revert "gio: manually implement content_type_guess"

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
</tr></table>

... (truncated)

Commits
  • 337dde5 Update version to 0.20.12
  • ffe84f9 Merge pull request #1744 from sdroege/0.20-backports
  • 85af5ec tests: Add Cargo.lock
  • c6e5cea Update Cargo.lock
  • ad487aa Fix new nightly warning about confusing lifetime flows
  • 02baaed Derive Default for MyEnum in example of Properties macro
  • cce148b glib: Make sure that empty glib::StrV / glib::PtrSlice returns a valid po...
  • 311cb1f glib: Remove nonsense comments about glib::Slice pointers being NULL-term...
  • 3baeb18 Link to Properties macro section on usage with Enum derived enums
  • af720cb Clarify usage requirement of Properties macro for enum types
  • Additional commits viewable in compare view

Updates glib-sys from 0.20.9 to 0.20.10

Release notes

Sourced from glib-sys's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
gio: Ignore g_dbus_connection_register_object_with_closures2() for now
glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr
graphene: Add some // rustdoc-stripper-ignore-next
glib: Add From<AsRef<str>> impl for GStringPtr
pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now
cairo: Pass a mutable reference when we expect the function to mutate the value
Fix new clippy 1.86 warnings
ci: Update to Ubuntu 24.04 for building the image
ci: Install some more development packages for the image build
Add 2.86 glib/gio version features
Regenerate with latest gir / gir-files
Update Cargo.lock
Update version to 0.20.10

Sebastian Wiesner:
Wrap IntoFuture around Cancellable::future
Derive Debug and Clone for variant DictEntry

Wesley Moore:
cairo: Fix some typos in Error Display impl

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates gobject-sys from 0.20.9 to 0.20.10

Release notes

Sourced from gobject-sys's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
gio: Ignore g_dbus_connection_register_object_with_closures2() for now
glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr
graphene: Add some // rustdoc-stripper-ignore-next
glib: Add From<AsRef<str>> impl for GStringPtr
pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now
cairo: Pass a mutable reference when we expect the function to mutate the value
Fix new clippy 1.86 warnings
ci: Update to Ubuntu 24.04 for building the image
ci: Install some more development packages for the image build
Add 2.86 glib/gio version features
Regenerate with latest gir / gir-files
Update Cargo.lock
Update version to 0.20.10

Sebastian Wiesner:
Wrap IntoFuture around Cancellable::future
Derive Debug and Clone for variant DictEntry

Wesley Moore:
cairo: Fix some typos in Error Display impl

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates graphene-rs from 0.20.9 to 0.20.10

Release notes

Sourced from graphene-rs's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt:
gio: manually implement content_type_guess

Leo Schaefer:
Fix bug in bindings of shape_full and shape_with_flags
Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge:
Update gir
Update gir-files
gio: Ignore g_dbus_connection_register_object_with_closures2() for now
glib: Add bindings for g_intern_string() and g_intern_static_string() to GStr
graphene: Add some // rustdoc-stripper-ignore-next
glib: Add From<AsRef<str>> impl for GStringPtr
pango: Implement pango_shape() bindings manually and ignore pango_shape_item() for now
cairo: Pass a mutable reference when we expect the function to mutate the value
Fix new clippy 1.86 warnings
ci: Update to Ubuntu 24.04 for building the image
ci: Install some more development packages for the image build
Add 2.86 glib/gio version features
Regenerate with latest gir / gir-files
Update Cargo.lock
Update version to 0.20.10

Sebastian Wiesner:
Wrap IntoFuture around Cancellable::future
Derive Debug and Clone for variant DictEntry

Wesley Moore:
cairo: Fix some typos in Error Display impl

Commits
  • 7a02e4f Update version to 0.20.10
  • cb02e40 Merge pull request #1718 from sdroege/0.20-backports
  • b65960a Update Cargo.lock
  • f1566fe gio: manually implement content_type_guess
  • 4fd1980 Regenerate with latest gir / gir-files
  • e688a10 cairo: Fix some typos in Error Display impl
  • be02ba3 glib: Implement Deref/DerefMut for ThreadGuard
  • 539fc35 gobject: Work around wrongly added v2_82 feature
  • 7efee60 Derive Debug and Clone for variant DictEntry
  • 8847194 Wrap IntoFuture around Cancellable::future
  • Additional commits viewable in compare view

Updates graphene-sys from 0.20.7 to 0.20.10

Release notes

Sourced from graphene-sys's releases.

0.20.10

Bilal Elmoussaoui:
      ignore typ typo
      gobject: Work around wrongly added v2_82 feature
      glib: Implement Deref/DerefMut for ThreadGuard

David Hewitt: gio: manually implement content_type_guess

Leo Schaefer: Fix bug in bindings of shape_full and shape_with_flags Use as_ptr and bring shape_full and shape_with_flags into the same format

Sebastian Dröge: Update gir Update gir-files gio: Ignore g_dbus_connection_register_object_with_closures2() for now glib: Add bindings for...

Description has been truncated

Bumps the minor-patch group with 35 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [autocfg](https://github.com/cuviper/autocfg) | `1.4.0` | `1.5.0` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.9.4` |
| [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.12` |
| [cairo-sys-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.39` |
| [gdk-pixbuf](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [gdk-pixbuf-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [gio](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.12` |
| [gio-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [glib](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.12` |
| [glib-macros](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.12` |
| [glib-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [gobject-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [graphene-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [graphene-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.7` | `0.20.10` |
| [gtk4](https://github.com/gtk-rs/gtk4-rs) | `0.9.6` | `0.9.7` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.2` | `0.15.5` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.11.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.176` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.6` |
| [pango](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.12` |
| [pango-sys](https://github.com/gtk-rs/gtk-rs-core) | `0.20.9` | `0.20.10` |
| [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.3.0` | `3.4.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.101` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.3` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.6` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.9` | `0.4.11` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.0` | `1.15.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.101` | `2.0.106` |
| [system-deps](https://github.com/gdesmott/system-deps) | `7.0.3` | `7.0.5` |
| [temp-dir](https://gitlab.com/leonhard-llc/ops) | `0.1.14` | `0.1.16` |
| [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.23` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` |



Updates `autocfg` from 1.4.0 to 1.5.0
- [Commits](cuviper/autocfg@1.4.0...1.5.0)

Updates `bitflags` from 2.9.0 to 2.9.4
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.0...2.9.4)

Updates `cairo-rs` from 0.20.7 to 0.20.12
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.12)

Updates `cairo-sys-rs` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `cc` from 1.2.20 to 1.2.39
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.20...cc-v1.2.39)

Updates `gdk-pixbuf` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `gdk-pixbuf-sys` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `gio` from 0.20.9 to 0.20.12
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.12)

Updates `gio-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `glib` from 0.20.9 to 0.20.12
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.12)

Updates `glib-macros` from 0.20.7 to 0.20.12
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.12)

Updates `glib-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `gobject-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `graphene-rs` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `graphene-sys` from 0.20.7 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.7...0.20.10)

Updates `gtk4` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/gtk-rs/gtk4-rs/releases)
- [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk4-rs@0.9.6...0.9.7)

Updates `hashbrown` from 0.15.2 to 0.15.5
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits/v0.15.5)

Updates `indexmap` from 2.9.0 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.11.4)

Updates `libc` from 0.2.172 to 0.2.176
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.172...0.2.176)

Updates `memchr` from 2.7.4 to 2.7.6
- [Commits](BurntSushi/memchr@2.7.4...2.7.6)

Updates `pango` from 0.20.9 to 0.20.12
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.12)

Updates `pango-sys` from 0.20.9 to 0.20.10
- [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases)
- [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md)
- [Commits](gtk-rs/gtk-rs-core@0.20.9...0.20.10)

Updates `proc-macro-crate` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
- [Commits](bkchr/proc-macro-crate@v3.3.0...v3.4.0)

Updates `proc-macro2` from 1.0.95 to 1.0.101
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.95...1.0.101)

Updates `quote` from 1.0.40 to 1.0.41
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.40...1.0.41)

Updates `regex` from 1.11.1 to 1.11.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.1...1.11.3)

Updates `regex-automata` from 0.4.9 to 0.4.11
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)

Updates `regex-syntax` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.5...regex-syntax-0.8.6)

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

Updates `serde_derive` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

Updates `slab` from 0.4.9 to 0.4.11
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.9...v0.4.11)

Updates `smallvec` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.0...v1.15.1)

Updates `syn` from 2.0.101 to 2.0.106
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.101...2.0.106)

Updates `system-deps` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/gdesmott/system-deps/releases)
- [Changelog](https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md)
- [Commits](gdesmott/system-deps@v7.0.3...v7.0.5)

Updates `temp-dir` from 0.1.14 to 0.1.16
- [Commits](https://gitlab.com/leonhard-llc/ops/compare/temp-dir-v0.1.14...temp-dir-v0.1.16)

Updates `toml` from 0.8.20 to 0.8.23
- [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.23)

Updates `toml_datetime` from 0.6.9 to 0.6.11
- [Commits](toml-rs/toml@toml_datetime-v0.6.9...toml_datetime-v0.6.11)

Updates `toml_edit` from 0.22.25 to 0.22.27
- [Commits](toml-rs/toml@v0.22.25...v0.22.27)

Updates `unicode-ident` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.18...1.0.19)

Updates `winnow` from 0.7.7 to 0.7.13
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.7...v0.7.13)

---
updated-dependencies:
- dependency-name: autocfg
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: bitflags
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cairo-rs
  dependency-version: 0.20.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cairo-sys-rs
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: cc
  dependency-version: 1.2.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk-pixbuf
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gdk-pixbuf-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio
  dependency-version: 0.20.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gio-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib
  dependency-version: 0.20.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib-macros
  dependency-version: 0.20.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: glib-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gobject-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-rs
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: graphene-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: gtk4
  dependency-version: 0.9.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: hashbrown
  dependency-version: 0.15.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: libc
  dependency-version: 0.2.176
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: memchr
  dependency-version: 2.7.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pango
  dependency-version: 0.20.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: pango-sys
  dependency-version: 0.20.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: proc-macro-crate
  dependency-version: 3.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: proc-macro2
  dependency-version: 1.0.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: quote
  dependency-version: 1.0.41
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex
  dependency-version: 1.11.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex-automata
  dependency-version: 0.4.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: regex-syntax
  dependency-version: 0.8.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: serde_derive
  dependency-version: 1.0.228
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: slab
  dependency-version: 0.4.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: smallvec
  dependency-version: 1.15.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: syn
  dependency-version: 2.0.106
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: system-deps
  dependency-version: 7.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: temp-dir
  dependency-version: 0.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: toml
  dependency-version: 0.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: toml_datetime
  dependency-version: 0.6.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: toml_edit
  dependency-version: 0.22.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: unicode-ident
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: winnow
  dependency-version: 0.7.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-patch-946d434321 branch October 13, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant