Skip to content

build(deps): update glib-sys requirement from 0.15.1 to 0.17.10 in /gst-depth-meta-rs

Updates the requirements on glib-sys to permit the latest version.

Release notes

Sourced from glib-sys's releases.

0.17.10

Ben Kimock:

  • Fix heap buffer overflow due to operator precedence

Benji Smith:

  • Upgrade plain-HTTP links to HTTPS in Cargo.toml files

Bilal Elmoussaoui:

  • pango: Lower pkg-config version requirement for v1_52
  • gio: Add missing manual traits

Fina Wilke:

  • glib-macros: Allow to omit set for construct_only properties
  • glib-macros: Update docs for the properties macro construct_only attribute

Jan Alexander Steffens (heftig):

  • glib: Do not use ptr::offset/offset_from for private/impl offset

Maximiliano Sandoval R:

  • glib: strv: Implement From for constant GStr slices

Sebastian Dröge:

  • Fix a couple of trivial clippy warnings
Changelog

Sourced from glib-sys's changelog.

[0.17.10]

Ben Kimock:

  • Fix heap buffer overflow due to operator precedence

Benji Smith:

  • Upgrade plain-HTTP links to HTTPS in Cargo.toml files

Bilal Elmoussaoui:

  • pango: Lower pkg-config version requirement for v1_52
  • gio: Add missing manual traits

Fina Wilke:

  • glib-macros: Allow to omit set for construct_only properties
  • glib-macros: Update docs for the properties macro construct_only attribute

Jan Alexander Steffens (heftig):

  • glib: Do not use ptr::offset/offset_from for private/impl offset

Maximiliano Sandoval R:

  • glib: strv: Implement From for constant GStr slices

Sebastian Dröge:

  • Fix a couple of trivial clippy warnings

[0.17.9]

Paskal Sitepu:

  • glib-macros: Strip out r# prefix from property names inside the GObject
  • glib-macros: Add a test for the Properties macro where keywords are being used
  • glib-macros: Update the doc of the Properties macro to elaborate on usage of keywords as property names

Sebastian Dröge:

  • glib: Enable various smallvec features
  • Fix various new Rust 1.69 clippy warnings
  • glib: Fix compiletest expected error output for Rust 1.69

[0.17.8]

Paskal Sitepu:

  • glib-macros: Import ParamSpecBuilderExt inside the scope of DerivedObjectProperties::derived_properties
  • glib-macros: Disambiguate TryFrom<usize>::Error for DerivedPropertiesEnum
  • glib-macros: Strip raw identifier prefix from struct members for the Properties macro

Sebastian Dröge:

  • glib: Allow using Path / PathBuf in glib::Values
  • glib: Fix inverted boolean conditions when deciding whether to reserve new space
  • glib: collections: Change early return to assertion in collection reserve functions

[0.17.7]

... (truncated)

Commits
  • 6b109fb Update CHANGELOG.md for 0.17.10
  • 9cb046c Update versions to 0.17.10
  • d71c4a8 Merge pull request #1116 from sdroege/0.17-backports
  • 840a2eb Fix/silence a few more clippy warnings
  • 01f0197 glib: Do not use ptr::offset/offset_from for private/impl offset
  • 50600bf strv: Implement From for constant GStr slices
  • 01a5517 Fix heap buffer overflow due to operator precedence
  • f54c9b2 Fix a couple of trivial clippy warnings
  • dc9ae5f Upgrade plain-HTTP links to HTTPS in Cargo.toml files
  • 00a170a glib-macros: Update docs for the properties macro construct_only attribute
  • Additional commits viewable in compare view

Merge request reports