Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Updates the requirements on gvdb to permit the latest version.

Changelog

Sourced from gvdb's changelog.

[0.9.0] - 2025-08-09

Changed

  • Bumped MSRV to 1.83

[0.8.0] - 2025-01-03

Changed

  • Bumped MSRV to 1.80
  • Upgraded to zvariant 5, which removes zero-copy deserializations of values. All structs to be deserialized must now derive zvariant::OwnedValue.

[0.7.1] - 2024-08-11

Fixed

  • Fixed compilation when zerocopy derive feature was added by another crate

[0.7.0] - 2024-07-13

Added

  • gvdb::gresource::BuilderError::StripPrefix
  • gvdb::gresource::BuilderError::Generic
  • gvdb::gresource::BundleBuilder::from_directory now ignores *.license files as well

Removed

  • gvdb::read::GvdbHashTable::for_bytes (made private)
  • gvdb::read::GvdbHashTable::get_header (made private)
  • gvdb::read::GvdbHashTable::get_hash_item (made private)
  • gvdb::read::GvdbReaderError::InvalidData all instances were replaced with more specific errors as Data(String)
  • gvdb::read::GvdbReaderError::ZVariant all instances were replaced with Data(String)
  • gvdb::gresource::GResourceBuilderError::Generic all instances were replaces with less generic variants

Changed

  • The project and all previous releases are now made available under the MIT OR Apache-2.0 licenses
  • The project is now REUSE compliant
  • Most types have been renamed to remove redundant prefixes and be more consistent with the rest of the Rust ecosystem. The previous names have been added as deprecated type aliases where possible. These aliases will be removed in a future release.
  • gvdb::read types have gained a few lifetimes. As a result, the reader does not have to borrow the data statically anymore.
  • gvdb::read::HashTable is no longer #[repr(C)] (it was added accidentally)
  • gvdb::gresource::GResourceBuilder is renamed to BundleBuilder
  • gvdb::gresource::GResourceFileData is renamed to FileData
  • gvdb::gresource::GResourceXMLDocument is renamed to XmlManifest
  • gvdb::gresource::GResourceBuilderError is renamed to BuilderError and marked non_exhaustive
  • gvdb::gresource::GResourceBuilderResult<T> is renamed to BuilderResult<T>
  • gvdb::gresource::GResourceXMLError is renamed to XmlManifestError and marked non_exhaustive
  • gvdb::gresource::GResourceXMLResult<T> is renamed to XmlManifestResult<T>

... (truncated)

Commits
  • fc49a3f code: Release gvdb 0.9.0 and gvdb-macros 0.1.15
  • ed9184b code: Fix clippy warnings
  • 503546c cargo: Update dependencies
  • 44a9cc2 Refer to correct rust version and remove lazy_lock
  • 495deb1 ci: Fix workflows
  • 1704ca6 cargo: Commit lockfile
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 11, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/gvdb-0.9.0 branch from a35fc75 to c2b3c1a Compare August 23, 2025 08:17
Updates the requirements on [gvdb](https://github.com/felinira/gvdb-rs) to permit the latest version.
- [Release notes](https://github.com/felinira/gvdb-rs/releases)
- [Changelog](https://github.com/felinira/gvdb-rs/blob/main/CHANGELOG.md)
- [Commits](felinira/gvdb-rs@gvdb-0.8.0...gvdb-0.9.0)

---
updated-dependencies:
- dependency-name: gvdb
  dependency-version: 0.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/gvdb-0.9.0 branch from c2b3c1a to 2459daa Compare August 23, 2025 08:44
@AaronErhardt AaronErhardt merged commit 541d8a6 into main Aug 23, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/gvdb-0.9.0 branch August 23, 2025 08:49
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.

2 participants