Skip to content

chore(deps): update rust crate object to 0.37 (dev) #13552

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

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Type Update Change
object dependencies minor 0.36 -> 0.37

Release Notes

gimli-rs/object (object)

v0.37.0

Compare Source

Released 2025/06/02.

Breaking changes
  • Changed dyld cache definitions and API to support iterating mapping and slide information.
    #​738
    #​753
    #​754
    #​775

  • Removed elf::R_RISCV_GNU_VTINHERIT and elf::R_RISCV_GNU_VTENTRY.
    #​767

  • Changed the type of pe::IMAGE_WEAK_EXTERN_* constants.
    #​770

Added
  • Added support for generating ARM_RELOC_VANILLA in write::Object.
    #​757

  • Added size_hint for read::archive::ArchiveSymbolIterator.
    #​759

  • Added Architecture::SuperH.
    #​762

  • Added Architecture::LoongArch32.
    #​765

  • Added support for Wasm object files to read::WasmFile.
    #​766

  • Added elf::R_RISCV_TLSDESC and elf::R_RISCV_GOT32_PCREL.
    #​767
    #​768

  • Added read::pe::SymbolTable::aux_weak_external and read::pe::SymbolTable::has_aux_weak_external.
    #​770

  • Added ELF relocations for LoongArch ABI v2.30.
    #​773

Changed
  • Changed ReadRef::read_bytes_at to allow zero size reads at any offset.
    This allows reading of empty sections in stripped ELF files.
    #​758

  • Changed read::MachOFile::object_map to include static symbols.
    #​764

  • Fixed read::pe::SymbolTable::has_aux_function to exclude weak externals.
    #​772

  • Updated wasmparser and ruzstd dependencies.



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 June 2, 2025 11:10
@renovate renovate bot added the type: chore label Jun 2, 2025
Copy link
Contributor Author

renovate bot commented Jun 2, 2025

⚠️ 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 crates/tauri-cli/Cargo.toml --package [email protected] --precise 0.37.0
    Updating crates.io index
error: failed to select a version for the requirement `object = "^0.36.0"`
candidate versions found which didn't match: 0.37.0
location searched: crates.io index
required by package `backtrace v0.3.74`
    ... which satisfies dependency `backtrace = "^0.3.58"` (locked to 0.3.74) of package `tokio v1.43.1`
    ... which satisfies dependency `tokio = "^1"` (locked to 1.43.1) of package `tauri-driver v2.0.4 (/tmp/renovate/repos/github/tauri-apps/tauri/crates/tauri-driver)`

@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Jun 2, 2025
Copy link
Contributor

github-actions bot commented Jun 2, 2025

Package Changes Through 4065c4e

There are 8 changes which include tauri-bundler with minor, tauri with minor, tauri-cli with minor, tauri-codegen with minor, tauri-utils with minor, @tauri-apps/api with minor, @tauri-apps/cli with minor, tauri-runtime-wry 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-apps/api 2.5.0 2.6.0
tauri-utils 2.4.0 2.5.0
tauri-bundler 2.4.0 2.5.0
tauri-runtime 2.6.0 2.6.1
tauri-runtime-wry 2.6.0 2.6.1
tauri-codegen 2.2.0 2.3.0
tauri-macros 2.2.0 2.2.1
tauri-plugin 2.2.0 2.2.1
tauri-build 2.2.0 2.2.1
tauri 2.5.1 2.6.0
@tauri-apps/cli 2.5.0 2.6.0
tauri-cli 2.5.0 2.6.0

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 force-pushed the renovate/dev-object-0.x branch from 21ff800 to 55782f6 Compare June 3, 2025 11:07
@renovate renovate bot force-pushed the renovate/dev-object-0.x branch from 55782f6 to 4065c4e Compare June 3, 2025 12:01
@FabianLars
Copy link
Member

let's wait a bit for backtrace to update as well

@FabianLars FabianLars marked this pull request as draft June 3, 2025 12:19
@FabianLars FabianLars added the stop-updating Tells renovate to stop rebasing a PR. This is mainly used for deps with an incompatible MSRV. label Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stop-updating Tells renovate to stop rebasing a PR. This is mainly used for deps with an incompatible MSRV. type: chore
Projects
Status: 📬Proposal
Development

Successfully merging this pull request may close these issues.

1 participant