Skip to content

Bump the crates-io group across 2 directories with 5 updates - #79

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/host/crates-io-7683b1d1b0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/host/crates-io-7683b1d1b0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on syn, clap-cargo, object, wasm-encoder and wasmparser to permit the latest version.
Updates syn to 3.0.5

Release notes

Sourced from syn's releases.

3.0.5

Commits
  • e0ad92d Release 3.0.5
  • 74e7d75 Merge pull request #2080 from sunshowers/lit-str-span
  • 4c264f3 In LitStr::parse_with, report correct span for lex errors
  • 7e2b27b Update test suite to nightly-2026-08-26
  • b5d62a6 Release 3.0.4
  • abf019c Merge pull request #2078 from dtolnay/foreginitemfn
  • d454333 Allow safe fn in impl Parse for ForeignItemFn
  • 8011b1c Update test suite to nightly-2026-08-18
  • 56a8d83 Raise rayon thread size for tests
  • f2c5c50 Ignore assert_is_empty pedantic clippy lint
  • Additional commits viewable in compare view

Updates clap-cargo to 0.19.0

Changelog

Sourced from clap-cargo's changelog.

[0.19.0] - 2026-08-18

Breaking Changes

  • If you already have a -m short flag, this will break

Features

  • -m short flag for --manifest-path to match cargo 1.97.0

[0.18.3] - 2025-10-22

Features

  • Expose styles::CONTEXT from cargo info

[0.18.2] - 2025-10-20

Fixes

  • Add testing_colors feature for forcing colors to be the same on all platforms for test purposes

[0.18.1] - 2025-10-16

Fixes

  • Update to Cargo 1.91 colors

[0.18.0] - 2025-10-01

Breaking Changes

  • Upgraded cargo_metadata to 0.23

[0.17.1] - 2025-09-08

Documentation

  • Show how to use terminal styling

[0.17.0] - 2025-08-27

Breaking Changes

  • Upgraded cargo_metadata to 0.22

[0.16.0] - 2025-07-12

Breaking Changes

... (truncated)

Commits
  • fbeb34d chore: Release clap-cargo version 0.19.0
  • 38f89c4 Merge pull request #135 from gifnksm/add-manifest-path-shorthand
  • b2f49ea feat: Add -m short flag for --manifest-path
  • 424f0ef Merge pull request #134 from crate-ci/renovate/j178-prek-action-3.x
  • 2de90b4 chore(deps): Update Rust crate clap to v4.6.5 (#133)
  • 93b42ec chore(deps): Update j178/prek-action action to v3
  • 76db0a1 chore(deps): Update Rust Stable to v1.97 (#132)
  • 61bb8f6 Merge pull request #131 from crate-ci/renovate/actions-checkout-7.x
  • 6ccb5eb Merge pull request #130 from crate-ci/renovate/crate-ci-typos-1.x
  • 5df46dd chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates object to 0.40.0

Changelog

Sourced from object's changelog.

0.40.0

Released 2026/08/01.

Breaking changes

  • Changed many file format struct fields and constants to use newtypes. Newtypes for bit flags have methods such as contains and intersects. Some constants are fields within another newtype and have methods for conversion. The raw values are always accessible by .0. #894 #897 #898 #899 #900 #957 #958 #959 #970

  • Updated macho::DyldCacheHeader to dyld-1340. #885

  • Deleted SectionKind::Elf and added sh_type field to SectionFlags::Elf. #891

  • Added feature gates to variants of FileFlags, SegmentFlags, SectionFlags, SymbolFlags, and RelocationFlags. #891

  • Added p_type field to SegmentFlags::Elf. Added n_type field to SymbolFlags::MachO. Added typ and storage_class fields to SymbolFlags::CoffSection. Added n_type field to SymbolFlags::Xcoff. Added reserved2 field to SectionFlags::MachO. #891 #963

  • Renamed build::elf::AttributeTag to AttributeScope. #894

  • Changed write::elf::Writer::reserve_strtab/reserve_shstrtab/reserve_dynstr and write::coff::Writer::reserve_symtab_strtab to return an Error for null bytes in strings, or table size overflow. #905

  • Changed many write::elf::Writer methods to return u64 instead of usize. #909

  • Replaced name fields in write::elf::SectionHeader, write::elf::Sym,

... (truncated)

Commits
  • 400e64f Release 0.40.0
  • a250ec8 Update Cargo.lock
  • 9dbccee Update wasmparser and ruzstd dependencies
  • bd44487 Add missing BitOr conversions for newtypes (#970)
  • 581e658 read/macho: add Segment::section_offsets (#968)
  • 584a5bf write/macho: fix writing of code limit fields (#967)
  • 4d2f379 write: add from_raw methods for ELF/Mach-O encoder structs (#966)
  • 39ca5ce macho: use section flags to determine kind (#965)
  • 441d84e macho: fix handling of common symbols (#964)
  • 7caf64f macho: add reserved2 field to SectionFlags::MachO (#963)
  • Additional commits viewable in compare view

Updates wasm-encoder to 0.258.0

Commits

Updates wasmparser to 0.259.0

Commits

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

Updates the requirements on [syn](https://github.com/dtolnay/syn), [clap-cargo](https://github.com/crate-ci/clap-cargo), [object](https://github.com/gimli-rs/object), [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) and [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version.

Updates `syn` to 3.0.5
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.0...3.0.5)

Updates `clap-cargo` to 0.19.0
- [Changelog](https://github.com/crate-ci/clap-cargo/blob/master/CHANGELOG.md)
- [Commits](crate-ci/clap-cargo@v0.18.0...v0.19.0)

Updates `object` to 0.40.0
- [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md)
- [Commits](gimli-rs/object@v0.39.0...v0.40.0)

Updates `wasm-encoder` to 0.258.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmparser` to 0.259.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 3.0.5
  dependency-type: direct:production
  dependency-group: crates-io
- dependency-name: clap-cargo
  dependency-version: 0.19.0
  dependency-type: direct:production
  dependency-group: crates-io
- dependency-name: object
  dependency-version: 0.40.0
  dependency-type: direct:production
  dependency-group: crates-io
- dependency-name: wasm-encoder
  dependency-version: 0.258.0
  dependency-type: direct:production
  dependency-group: crates-io
- dependency-name: wasmparser
  dependency-version: 0.259.0
  dependency-type: direct:production
  dependency-group: crates-io
...

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 Sep 17, 2026
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.

0 participants