Skip to content

Build(deps): Bump the pointercrate group with 13 updates#342

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/pointercrate-9a6497883c
Open

Build(deps): Bump the pointercrate group with 13 updates#342
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/pointercrate-9a6497883c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps the pointercrate group with 13 updates:

Package From To
aws-lc-sys 0.39.0 0.39.1
cc 1.2.57 1.2.58
cmake 0.1.57 0.1.58
iri-string 0.7.11 0.7.12
mio 1.1.1 1.2.0
rustc-hash 2.1.1 2.1.2
security-framework 3.5.1 3.7.0
simd-adler32 0.3.8 0.3.9
windows-link 0.2.0 0.2.1
windows-result 0.4.0 0.4.1
windows-strings 0.5.0 0.5.1
zerocopy 0.8.47 0.8.48
zerocopy-derive 0.8.47 0.8.48

Updates aws-lc-sys from 0.39.0 to 0.39.1

Commits

Updates cc from 1.2.57 to 1.2.58

Release notes

Sourced from cc's releases.

cc-v1.2.58

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Changelog

Sourced from cc's changelog.

1.2.58 - 2026-03-27

Other

  • Update Compile-time Requirements to add info about clang-cl.exe (#1693)
Commits

Updates cmake from 0.1.57 to 0.1.58

Release notes

Sourced from cmake's releases.

v0.1.58

Fixed

  • Fix i686-windows system import (#276)
Changelog

Sourced from cmake's changelog.

0.1.58 - 2026-03-26

Fixed

  • Fix i686-windows system import (#276)
Commits

Updates iri-string from 0.7.11 to 0.7.12

Changelog

Sourced from iri-string's changelog.

[0.7.12]

  • Add helpers to make it easy to implement template::context::Context trait.

Added

  • Add helpers to make it easy to implement template::context::Context trait.
    • List of added items:
      • template::context::VisitValueNaive trait
      • template::context::visit_value_naive function
      • impl_template_context_naive! macro
Commits
  • 291f00b chore: bump version to v0.7.12
  • 584876e Bump version to v0.7.12
  • 35fb070 doc: fix a broken internal link
  • e3d5332 feat(template): add helpers for implementing Context trait
  • 16eda5f Add a CHANGELOG entry for helpers to implement Context
  • 931a4a7 Add a convenience macro to implement Context trait
  • 6d4c2fc Add visit_value_naive utility function
  • 51624ca Add VisitValueNaive trait
  • 9f3ad5e chore: bump version to v0.7.11
  • See full diff in compare view

Updates mio from 1.1.1 to 1.2.0

Changelog

Sourced from mio's changelog.

1.2.0

Commits
  • ce39a6b Release v1.2
  • a7b3210 Update FreeBSD 14 CI image to 14.4-RELEASE
  • adfeb3e Merge libc defining dependency
  • eaed9a0 Update libc to v0.2.183
  • 44d63ee Simplify backlog value for UnixListener
  • a87e41e Use the same backlog size for TcpListener as std lib
  • c1bc4f8 Fix the build on minority platforms
  • 68c315c Fix FreeBSD by working around a cargo bug
  • 8b6021f implement AsFd for Registry
  • 2bb6fca docs: add note about zero timeout for Poll::poll
  • Additional commits viewable in compare view

Updates rustc-hash from 2.1.1 to 2.1.2

Changelog

Sourced from rustc-hash's changelog.

2.1.2

Commits
  • fdb275c Merge pull request #67 from Noratrieb/new-version
  • acafa43 Prepare 2.1.2
  • 140e525 Merge pull request #65 from morrisonlevi/split_first_chunk
  • f061387 style: use consistent range format
  • 211455c refactor!: use split_first_chunk to help optimizer
  • 464a82f Merge pull request #63 from estebank/const-Default
  • 2170d5e On nightly, impl const Default
  • 1a998d5 Merge pull request #62 from CryZe/128-bit-on-more-platforms
  • 6849c16 Use 128-bit Widening Multiply on More Platforms
  • See full diff in compare view

Updates security-framework from 3.5.1 to 3.7.0

Commits

Updates simd-adler32 from 0.3.8 to 0.3.9

Commits

Updates windows-link from 0.2.0 to 0.2.1

Commits

Updates windows-result from 0.4.0 to 0.4.1

Commits

Updates windows-strings from 0.5.0 to 0.5.1

Commits

Updates zerocopy from 0.8.47 to 0.8.48

Commits

Updates zerocopy-derive from 0.8.47 to 0.8.48

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

Bumps the pointercrate group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.39.0` | `0.39.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.57` | `1.2.58` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.57` | `0.1.58` |
| [iri-string](https://github.com/lo48576/iri-string) | `0.7.11` | `0.7.12` |
| [mio](https://github.com/tokio-rs/mio) | `1.1.1` | `1.2.0` |
| [rustc-hash](https://github.com/rust-lang/rustc-hash) | `2.1.1` | `2.1.2` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `3.5.1` | `3.7.0` |
| [simd-adler32](https://github.com/mcountryman/simd-adler32) | `0.3.8` | `0.3.9` |
| [windows-link](https://github.com/microsoft/windows-rs) | `0.2.0` | `0.2.1` |
| [windows-result](https://github.com/microsoft/windows-rs) | `0.4.0` | `0.4.1` |
| [windows-strings](https://github.com/microsoft/windows-rs) | `0.5.0` | `0.5.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.47` | `0.8.48` |


Updates `aws-lc-sys` from 0.39.0 to 0.39.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.39.0...aws-lc-sys/v0.39.1)

Updates `cc` from 1.2.57 to 1.2.58
- [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.57...cc-v1.2.58)

Updates `cmake` from 0.1.57 to 0.1.58
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.57...v0.1.58)

Updates `iri-string` from 0.7.11 to 0.7.12
- [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
- [Commits](lo48576/iri-string@v0.7.11...v0.7.12)

Updates `mio` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v1.1.1...v1.2.0)

Updates `rustc-hash` from 2.1.1 to 2.1.2
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rustc-hash@v2.1.1...v2.1.2)

Updates `security-framework` from 3.5.1 to 3.7.0
- [Commits](kornelski/rust-security-framework@v3.5.1...v3.7.0)

Updates `simd-adler32` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mcountryman/simd-adler32/commits/v0.3.9)

Updates `windows-link` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-result` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-strings` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `zerocopy` from 0.8.47 to 0.8.48
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.47...v0.8.48)

Updates `zerocopy-derive` from 0.8.47 to 0.8.48
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.47...v0.8.48)

---
updated-dependencies:
- dependency-name: aws-lc-sys
  dependency-version: 0.39.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: cc
  dependency-version: 1.2.58
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: cmake
  dependency-version: 0.1.58
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: iri-string
  dependency-version: 0.7.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: mio
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: rustc-hash
  dependency-version: 2.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: security-framework
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: simd-adler32
  dependency-version: 0.3.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: windows-link
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: windows-result
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: windows-strings
  dependency-version: 0.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: zerocopy
  dependency-version: 0.8.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: zerocopy-derive
  dependency-version: 0.8.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
...

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 Mar 29, 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