tauri icon indicating copy to clipboard operation
tauri copied to clipboard

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

Open renovate[bot] opened this issue 6 months ago • 3 comments

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[bot] avatar Jun 02 '25 11:06 renovate[bot]

⚠️ 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)`

renovate[bot] avatar Jun 02 '25 11:06 renovate[bot]

Package Changes Through 4065c4e92c6f67ff761809641a500370e343483f

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

github-actions[bot] avatar Jun 02 '25 11:06 github-actions[bot]

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

FabianLars avatar Jun 03 '25 12:06 FabianLars