Skip to content

chore(deps): bump the cargo-weekly group with 5 updates#507

Merged
Dargon789 merged 3 commits into
masterfrom
dependabot/cargo/cargo-weekly-dde16e08d7
May 2, 2026
Merged

chore(deps): bump the cargo-weekly group with 5 updates#507
Dargon789 merged 3 commits into
masterfrom
dependabot/cargo/cargo-weekly-dde16e08d7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Bumps the cargo-weekly group with 5 updates:

Package From To
mimalloc 0.1.48 0.1.50
rustls 0.23.38 0.23.39
jiff 0.2.23 0.2.24
idna_adapter 1.1.0 1.2.1
interprocess 2.4.0 2.4.2

Updates mimalloc from 0.1.48 to 0.1.50

Release notes

Sourced from mimalloc's releases.

Version 0.1.50

Changes

  • Update to mimalloc v2.3.1 and v3.3.1

Version 0.1.49

Changes

  • Update to mimalloc v2.3.0 and v3.3.0
  • Use mimalloc v3 by default.
Commits

Updates rustls from 0.23.38 to 0.23.39

Commits
  • 0541605 Cargo: version 0.23.38 -> 0.23.39
  • 860798e Cargo: update semver compat deps
  • 7b37468 Take semver-compatible dependency updates
  • 6134204 Adapt to updated nightly features
  • d4b3ec5 Apply suggestions from clippy 1.95
  • See full diff in compare view

Updates jiff from 0.2.23 to 0.2.24

Changelog

Sourced from jiff's changelog.

0.2.24 (2026-04-23)

This release primarily adds a new memory_usage routine for reporting heap allocation sizes for the TimeZone and Zoned types. This release also acknowledges and updates the timeline expectations for a Jiff 1.0 release in README.md.

Enhancements:

  • #520: Add memory_usage to the TimeZone and Zoned types.
  • #535: Improve comment in Span::checked_add example.

Bug fixes:

  • #541: Update Jiff 1.0 timeline.
Commits

Updates idna_adapter from 1.1.0 to 1.2.1

Commits
  • f948802 Merge branch 'icu4x-trunk' and turn off default features of the deps
  • 4e654c1 Update to ICU4X 2.0 release
  • 8e5dbf8 Beta version of idna_adapter to use ICU4X beta
  • 76e6d7a Depend on ICU4X 2.0.0-beta1
  • b0b1dc6 Update to ICU4X trunk API
  • 789b7d2 Change version number to 1.2.0 for publication
  • 9c7a856 Mention the license in the README
  • abe012e Use borrowed types from icu_normalizer
  • 82de77e Clean up in preparation for publication
  • 27da404 Link to latest README on crates.io
  • Additional commits viewable in compare view

Updates interprocess from 2.4.0 to 2.4.2

Release notes

Sourced from interprocess's releases.

2.4.2

General

  • Some unused code has been removed for peace-of-mind reasons (particularly due to #92).

2.4.1

General

  • Now dual-licensed as 0BSD OR Apache-2.0. No restrictions are introduced by this change; it simply guarantees that I will not engage in patent trolling.

Unix

  • Fixed an instance of xucred being misspelled as ucred in the documentation of PeerCreds.

Windows

  • Fixed a crash when reading from a disconnected named pipe stream (see #93).
  • Updated to windows-sys version 0.61.2.
Commits
  • ecb9daf chore: remove some dead code
  • d3dead4 chore: bump version
  • 621ce95 fix: interior-mutable CompletionResult
  • 1544f04 chore: remove UnwindBomb
  • 155e17f fix: remove fragile timeout support in exsync_op
  • d04abc4 fix: wait for cancellation in exsync_op
  • 5743c5d fix: downgrade owo-colors and backtrace
  • aa9dedc fix: unwind bomb armed too early
  • b1bc1d1 chore: make readme 78col
  • bcaf80e docs: tweak readme and add patent grant
  • 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 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 cargo-weekly group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.48` | `0.1.50` |
| [rustls](https://github.com/rustls/rustls) | `0.23.38` | `0.23.39` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.23` | `0.2.24` |
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.1.0` | `1.2.1` |
| [interprocess](https://github.com/kotauskas/interprocess) | `2.4.0` | `2.4.2` |


Updates `mimalloc` from 0.1.48 to 0.1.50
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](purpleprotocol/mimalloc_rust@v0.1.48...v0.1.50)

Updates `rustls` from 0.23.38 to 0.23.39
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.38...v/0.23.39)

Updates `jiff` from 0.2.23 to 0.2.24
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.23...jiff-static-0.2.24)

Updates `idna_adapter` from 1.1.0 to 1.2.1
- [Commits](hsivonen/idna_adapter@v1.1.0...v1.2.1)

Updates `interprocess` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/kotauskas/interprocess/releases)
- [Commits](kotauskas/interprocess@2.4.0...2.4.2)

---
updated-dependencies:
- dependency-name: mimalloc
  dependency-version: 0.1.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: rustls
  dependency-version: 0.23.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: jiff
  dependency-version: 0.2.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: idna_adapter
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
- dependency-name: interprocess
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
...

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 May 2, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
next Ready Ready Preview, Comment May 2, 2026 4:00am
react Ready Ready Preview, Comment May 2, 2026 4:00am

@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented May 2, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 2, 2026

Dependabot can't parse your Cargo.toml. Because of this, Dependabot cannot update this pull request.

@Dargon789 Dargon789 self-requested a review May 2, 2026 05:40
@vercel

This comment was marked as resolved.

@vercel

This comment was marked as resolved.

Copy link
Copy Markdown
Owner

@Dargon789 Dargon789 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Dargon789 Dargon789 merged commit 28430c4 into master May 2, 2026
13 of 17 checks passed
@Dargon789 Dargon789 deleted the dependabot/cargo/cargo-weekly-dde16e08d7 branch May 2, 2026 05:44
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.

2 participants