Skip to content

chore(deps): bump the dependencies group with 13 updates#72

Merged
ararog merged 2 commits intodevelopfrom
dependabot/cargo/dependencies-53bbb75e36
Oct 28, 2025
Merged

chore(deps): bump the dependencies group with 13 updates#72
ararog merged 2 commits intodevelopfrom
dependabot/cargo/dependencies-53bbb75e36

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 28, 2025

Bumps the dependencies group with 13 updates:

Package From To
proc-macro2 1.0.101 1.0.103
flate2 1.1.4 1.1.5
cc 1.2.41 1.2.43
deranged 0.5.4 0.5.5
doc-comment 0.3.3 0.3.4
indoc 2.0.6 2.0.7
is-terminal 0.4.16 0.4.17
is_terminal_polyfill 1.48.1 1.48.2
memmap2 0.9.8 0.9.9
once_cell_polyfill 1.56.0 1.56.1
self_cell 1.2.0 1.2.1
signal-hook-mio 0.2.4 0.2.5
unicode-ident 1.0.19 1.0.20

Updates proc-macro2 from 1.0.101 to 1.0.103

Release notes

Sourced from proc-macro2's releases.

1.0.103

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#525)

1.0.102

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#523, #524)
Commits
  • d1bf13a Release 1.0.103
  • 29e08c0 Merge pull request #525 from dtolnay/literalvalue
  • f9eec24 Restore support for rustc older than 1.74
  • cc983fc Restore support for rustc older than 1.79
  • 465f781 Restore support for rustc older than 1.89
  • ab5231c Add string literal value tests
  • 4c039a8 Add Literal methods from proc_macro_value feature
  • 885fde9 Vendor rustc_literal_escaper v0.0.5
  • 39b016a Release 1.0.102
  • c3870f1 Add raw identifier Debug test
  • Additional commits viewable in compare view

Updates flate2 from 1.1.4 to 1.1.5

Release notes

Sourced from flate2's releases.

1.1.5

This bugfix release fixes #508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.4...1.1.5

Commits
  • 2661fbb Merge pull request #509 from fintelia/revert-flush-change
  • bc36cf4 Bump patch version
  • 4341fe2 Revert "Use partial flushes with miniz_oxide backend"
  • See full diff in compare view

Updates cc from 1.2.41 to 1.2.43

Release notes

Sourced from cc's releases.

cc-v1.2.43

Other

  • Fix check-semver-checks (#1600)
  • minor improvement for docs (#1598)
  • Fix linker-plugin-lto: use -flto=thin (#1594)
  • Disable check-buildstd for armv7k-apple-watchos (#1599)
  • Add elf abi to ppc64 targets (#1596)

cc-v1.2.42

Other

  • Fix check-semver-checks (#1600)
  • minor improvement for docs (#1598)
  • Fix linker-plugin-lto: use -flto=thin (#1594)
  • Disable check-buildstd for armv7k-apple-watchos (#1599)
  • Add elf abi to ppc64 targets (#1596)
Changelog

Sourced from cc's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

1.2.42 - 2025-10-24

Other

  • Fix check-semver-checks (#1600)
  • minor improvement for docs (#1598)
  • Fix linker-plugin-lto: use -flto=thin (#1594)
  • Disable check-buildstd for armv7k-apple-watchos (#1599)
  • Add elf abi to ppc64 targets (#1596)
Commits

Updates deranged from 0.5.4 to 0.5.5

Commits

Updates doc-comment from 0.3.3 to 0.3.4

Commits

Updates indoc from 2.0.6 to 2.0.7

Release notes

Sourced from indoc's releases.

2.0.7

  • Support C-string literals indoc! {c"..."}, indoc! {cr"..."} (#67)
Commits
  • 8d78216 Release 2.0.7
  • 23472ff Merge pull request #67 from dtolnay/cstring
  • 8d05562 Hide C-string tests from old toolchain versions
  • 7c92efb Recognize C-string literals
  • fe39de4 Generalize Error constructors
  • 27e0151 Add C-string tests
  • 57f6fbb Sort tests
  • 170a079 Raise minimum tested compiler to rust 1.76
  • 2f6ef04 Opt in to generate-macro-expansion when building on docs.rs
  • ce1bed4 Update ui test suite to nightly-2025-09-12
  • Additional commits viewable in compare view

Updates is-terminal from 0.4.16 to 0.4.17

Commits

Updates is_terminal_polyfill from 1.48.1 to 1.48.2

Changelog

Sourced from is_terminal_polyfill's changelog.

[1.48.2] - 2025-10-21

Commits
  • 7d1127b chore: Release is_terminal_polyfill version 1.48.2
  • 3c1f3bb Merge pull request #5 from epage/unstable
  • 3e5bb3e chore(gh): Update STABLE
  • ca7de94 docs: Remove use of unstable features
  • See full diff in compare view

Updates memmap2 from 0.9.8 to 0.9.9

Changelog

Sourced from memmap2's changelog.

[0.9.9] - 2025-10-21

Fixed

Commits
  • cc94666 Merge pull request #158 from RazrFalcon/release/v0.9.9
  • bfb74b1 Update changelog and bump version to v0.9.9
  • 83bf8cf Merge pull request #155 from ThomasHabets/safe-128
  • 5f753ab Update src/lib.rs
  • 7e839b9 Merge pull request #157 from sinkingsugar/master
  • 1ab625b Add visionOS CI check to ensure compilation
  • d0cbc33 Replace individual Apple OS checks with target_vendor = "apple"
  • 5a30f6b Add visionOS support
  • 4f3d1aa Future proof validate_len() for 128bit
  • See full diff in compare view

Updates once_cell_polyfill from 1.56.0 to 1.56.1

Changelog

Sourced from once_cell_polyfill's changelog.

[1.56.1] - 2025-10-21

Commits
  • 06c241c chore: Release once_cell_polyfill version 1.56.1
  • 143be7d docs: Remove use of unstable features (#3)
  • 42a080b docs: Remove use of unstable features
  • See full diff in compare view

Updates self_cell from 1.2.0 to 1.2.1

Release notes

Sourced from self_cell's releases.

Version 1.2.1

Re-licensed the project to Apache 2.0 OR GPLv2

Commits

Updates signal-hook-mio from 0.2.4 to 0.2.5

Changelog

Sourced from signal-hook-mio's changelog.

signal-hook-mio-0.2.5

  • Allow mio 1.1

signal-hook-registry-1.4.6

  • Reword/improve the safety requirements docs for register (#178).

signal-hook-1.3.18

  • Release the special-case removal of AIX for top-level signal-hook too (#169, #176).

signal-hook-async-std-0.3.0

  • Bump async-std to 0.2 (#172).

signal-hook-registry-1.4.5

  • Fix windows build (#174).

signal-hook-registry-1.4.4

  • Get rid of a warning.

signal-hook-registry-1.4.3

  • Remove special-case for AIX (#169).
Commits

Updates unicode-ident from 1.0.19 to 1.0.20

Release notes

Sourced from unicode-ident's releases.

1.0.20

  • Store ascii start/continue bitmaps in u128 instead of slices of bool (#40, thanks @​Marcondiro)
Commits
  • 12f0a68 Release 1.0.20
  • 940104c Update asm snippet
  • ad5a6cf Merge pull request #41 from dtolnay/zero
  • 4d75a0e Extract const promoted zero to a named static
  • eb553bf Disable unreadable_literal pedantic clippy lint
  • 75d45cd Update benchmark for PR 40
  • 0cf482e Update unicode-ident static storage size for PR 40
  • 0325fd8 Merge remote-tracking branch 'pr/40' into HEAD
  • 2820323 Update benchmark table using Rust 1.90.0
  • 62dfaa1 store ascii start/continue bitmaps in u128 instead of slices of bool
  • Additional commits viewable 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 <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 dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.103` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.4` | `1.1.5` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.41` | `1.2.43` |
| [deranged](https://github.com/jhpratt/deranged) | `0.5.4` | `0.5.5` |
| [doc-comment](https://github.com/GuillaumeGomez/doc-comment) | `0.3.3` | `0.3.4` |
| [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.16` | `0.4.17` |
| [is_terminal_polyfill](https://github.com/polyfill-rs/is_terminal_polyfill) | `1.48.1` | `1.48.2` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.8` | `0.9.9` |
| [once_cell_polyfill](https://github.com/polyfill-rs/once_cell_polyfill) | `1.56.0` | `1.56.1` |
| [self_cell](https://github.com/Voultapher/self_cell) | `1.2.0` | `1.2.1` |
| [signal-hook-mio](https://github.com/vorner/signal-hook) | `0.2.4` | `0.2.5` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.19` | `1.0.20` |


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

Updates `flate2` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.4...1.1.5)

Updates `cc` from 1.2.41 to 1.2.43
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.41...cc-v1.2.43)

Updates `deranged` from 0.5.4 to 0.5.5
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `doc-comment` from 0.3.3 to 0.3.4
- [Commits](GuillaumeGomez/doc-comment@v0.3.3...v0.3.4)

Updates `indoc` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](dtolnay/indoc@2.0.6...2.0.7)

Updates `is-terminal` from 0.4.16 to 0.4.17
- [Commits](sunfishcode/is-terminal@v0.4.16...v0.4.17)

Updates `is_terminal_polyfill` from 1.48.1 to 1.48.2
- [Changelog](https://github.com/polyfill-rs/is_terminal_polyfill/blob/v1.48.2/CHANGELOG.md)
- [Commits](polyfill-rs/is_terminal_polyfill@v1.48.1...v1.48.2)

Updates `memmap2` from 0.9.8 to 0.9.9
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/memmap2-rs@v0.9.8...v0.9.9)

Updates `once_cell_polyfill` from 1.56.0 to 1.56.1
- [Changelog](https://github.com/polyfill-rs/once_cell_polyfill/blob/main-v1.56/CHANGELOG.md)
- [Commits](polyfill-rs/once_cell_polyfill@v1.56.0...v1.56.1)

Updates `self_cell` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/Voultapher/self_cell/releases)
- [Commits](Voultapher/self_cell@v1.2.0...v1.2.1)

Updates `signal-hook-mio` from 0.2.4 to 0.2.5
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@mio-0.2.4...mio-v0.2.5)

Updates `unicode-ident` from 1.0.19 to 1.0.20
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.19...1.0.20)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flate2
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cc
  dependency-version: 1.2.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: deranged
  dependency-version: 0.5.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: doc-comment
  dependency-version: 0.3.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: indoc
  dependency-version: 2.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: is-terminal
  dependency-version: 0.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: is_terminal_polyfill
  dependency-version: 1.48.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: memmap2
  dependency-version: 0.9.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: once_cell_polyfill
  dependency-version: 1.56.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: self_cell
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: signal-hook-mio
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: unicode-ident
  dependency-version: 1.0.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added this to the v0.0.5 milestone Oct 28, 2025
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 28, 2025
@ararog ararog merged commit e950881 into develop Oct 28, 2025
0 of 2 checks passed
@ararog ararog deleted the dependabot/cargo/dependencies-53bbb75e36 branch October 28, 2025 09:29
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