Skip to content

build(deps): bump the weekly-updates group with 4 updates#2143

Merged
lapla-cogito merged 1 commit into
mainfrom
dependabot/cargo/weekly-updates-f59f615773
Jun 26, 2026
Merged

build(deps): bump the weekly-updates group with 4 updates#2143
lapla-cogito merged 1 commit into
mainfrom
dependabot/cargo/weekly-updates-f59f615773

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the weekly-updates group with 4 updates: anyhow, symbolic-common, symbolic-demangle and uuid.

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates symbolic-common from 13.3.1 to 13.6.1

Release notes

Sourced from symbolic-common's releases.

13.6.1

Fixes

  • Fix function range to addr/line resolution, this fixes a case where WASM binaries compiled with Emscripten failed to have their source code mappings resolved. (#1002)

13.6.0

Features

  • symbolic-debuginfo: Add a new option max_decompressed_embedded_source_size to ParseObjectOptions. This option limits the sizes of compressed embedded source files when they are returned from methods like source_by_path. (#999)

13.5.0

Features

  • WASM: expose ObjectFile.debugSession() returning a DebugSession with files() (the source files referenced by the object) and sourceByPath(path) (resolving embedded contents or a source link). symbolic-debuginfo also implements AsSelf for ObjectDebugSession so it can be held in a SelfCell. (#997)

13.4.0

Features

  • symbolic-debuginfo: add SourceBundleWriter::write_object_with_filter_and_provider, which builds a source bundle from caller-supplied source content instead of relying on the local filesystem. (#988)

Fixes

  • Fix issue with overflowing section offsets in 64bit Mach-O files. (#985)

Changes

  • Rework WASM API to expose lower level symbolic types. (#992)
  • symbolic-debuginfo: use the C zstd library on wasm32 too (via zstd-sys's wasm-shim), replacing the ruzstd decoder added in #989. One zstd implementation for all targets; ruzstd is no longer a dependency. Building for wasm now requires clang. (#990)
Changelog

Sourced from symbolic-common's changelog.

13.6.1

Fixes

  • Fix function range to addr/line resolution, this fixes a case where WASM binaries compiled with Emscripten failed to have their source code mappings resolved. (#1002)

13.6.0

Features

  • symbolic-debuginfo: Add a new option max_decompressed_embedded_source_size to ParseObjectOptions. This option limits the sizes of compressed embedded source files when they are returned from methods like source_by_path. (#999)

13.5.0

Features

  • WASM: expose ObjectFile.debugSession() returning a DebugSession with files() (the source files referenced by the object) and sourceByPath(path) (resolving embedded contents or a source link). symbolic-debuginfo also implements AsSelf for ObjectDebugSession so it can be held in a SelfCell. (#997)

13.4.0

Features

  • symbolic-debuginfo: add SourceBundleWriter::write_object_with_filter_and_provider, which builds a source bundle from caller-supplied source content instead of relying on the local filesystem. (#988)

Fixes

  • Fix issue with overflowing section offsets in 64bit Mach-O files. (#985)

Changes

  • Rework WASM API to expose lower level symbolic types. (#992)
  • symbolic-debuginfo: use the C zstd library on wasm32 too (via zstd-sys's wasm-shim), replacing the ruzstd decoder added in #989. One zstd implementation for all targets; ruzstd is no longer a dependency. Building for wasm now requires clang. (#990)
Commits
  • 0319e3b release: 13.6.1
  • a90d992 fix(dwarf): Fix range to addr/line matrix mapping (#1002)
  • 5607878 Merge branch 'release/13.6.0'
  • cc7e4a2 release: 13.6.0
  • 1f29dbb fix: Fix 13.5.0 changelog (#1001)
  • 164a0f6 feat(debuginfo): Add parsing option for limiting embedded source sizes (#999)
  • b5d0baf Merge branch 'release/13.5.0'
  • 7535756 release: 13.5.0
  • 1de3e30 feat(wasm): expose ObjectFile.debugSession() for source enumeration (#997)
  • c4c41fd Merge branch 'release/13.4.0'
  • Additional commits viewable in compare view

Updates symbolic-demangle from 13.3.1 to 13.6.1

Release notes

Sourced from symbolic-demangle's releases.

13.6.1

Fixes

  • Fix function range to addr/line resolution, this fixes a case where WASM binaries compiled with Emscripten failed to have their source code mappings resolved. (#1002)

13.6.0

Features

  • symbolic-debuginfo: Add a new option max_decompressed_embedded_source_size to ParseObjectOptions. This option limits the sizes of compressed embedded source files when they are returned from methods like source_by_path. (#999)

13.5.0

Features

  • WASM: expose ObjectFile.debugSession() returning a DebugSession with files() (the source files referenced by the object) and sourceByPath(path) (resolving embedded contents or a source link). symbolic-debuginfo also implements AsSelf for ObjectDebugSession so it can be held in a SelfCell. (#997)

13.4.0

Features

  • symbolic-debuginfo: add SourceBundleWriter::write_object_with_filter_and_provider, which builds a source bundle from caller-supplied source content instead of relying on the local filesystem. (#988)

Fixes

  • Fix issue with overflowing section offsets in 64bit Mach-O files. (#985)

Changes

  • Rework WASM API to expose lower level symbolic types. (#992)
  • symbolic-debuginfo: use the C zstd library on wasm32 too (via zstd-sys's wasm-shim), replacing the ruzstd decoder added in #989. One zstd implementation for all targets; ruzstd is no longer a dependency. Building for wasm now requires clang. (#990)
Changelog

Sourced from symbolic-demangle's changelog.

13.6.1

Fixes

  • Fix function range to addr/line resolution, this fixes a case where WASM binaries compiled with Emscripten failed to have their source code mappings resolved. (#1002)

13.6.0

Features

  • symbolic-debuginfo: Add a new option max_decompressed_embedded_source_size to ParseObjectOptions. This option limits the sizes of compressed embedded source files when they are returned from methods like source_by_path. (#999)

13.5.0

Features

  • WASM: expose ObjectFile.debugSession() returning a DebugSession with files() (the source files referenced by the object) and sourceByPath(path) (resolving embedded contents or a source link). symbolic-debuginfo also implements AsSelf for ObjectDebugSession so it can be held in a SelfCell. (#997)

13.4.0

Features

  • symbolic-debuginfo: add SourceBundleWriter::write_object_with_filter_and_provider, which builds a source bundle from caller-supplied source content instead of relying on the local filesystem. (#988)

Fixes

  • Fix issue with overflowing section offsets in 64bit Mach-O files. (#985)

Changes

  • Rework WASM API to expose lower level symbolic types. (#992)
  • symbolic-debuginfo: use the C zstd library on wasm32 too (via zstd-sys's wasm-shim), replacing the ruzstd decoder added in #989. One zstd implementation for all targets; ruzstd is no longer a dependency. Building for wasm now requires clang. (#990)
Commits
  • 0319e3b release: 13.6.1
  • a90d992 fix(dwarf): Fix range to addr/line matrix mapping (#1002)
  • 5607878 Merge branch 'release/13.6.0'
  • cc7e4a2 release: 13.6.0
  • 1f29dbb fix: Fix 13.5.0 changelog (#1001)
  • 164a0f6 feat(debuginfo): Add parsing option for limiting embedded source sizes (#999)
  • b5d0baf Merge branch 'release/13.5.0'
  • 7535756 release: 13.5.0
  • 1de3e30 feat(wasm): expose ObjectFile.debugSession() for source enumeration (#997)
  • c4c41fd Merge branch 'release/13.4.0'
  • Additional commits viewable in compare view

Updates uuid from 1.23.3 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the weekly-updates group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [symbolic-common](https://github.com/getsentry/symbolic), [symbolic-demangle](https://github.com/getsentry/symbolic) and [uuid](https://github.com/uuid-rs/uuid).


Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `symbolic-common` from 13.3.1 to 13.6.1
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@13.3.1...13.6.1)

Updates `symbolic-demangle` from 13.3.1 to 13.6.1
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@13.3.1...13.6.1)

Updates `uuid` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.3...v1.23.4)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: symbolic-common
  dependency-version: 13.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: symbolic-demangle
  dependency-version: 13.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: weekly-updates
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 26, 2026
@lapla-cogito lapla-cogito merged commit 52ff523 into main Jun 26, 2026
22 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/weekly-updates-f59f615773 branch June 26, 2026 23:24
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