Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2025

Bumps the patch-updates group with 7 updates:

Package From To
chrono-tz 0.10.3 0.10.4
const-str 0.6.2 0.6.3
cc 1.2.29 1.2.30
phf 0.11.3 0.12.1
phf_shared 0.11.3 0.12.1
rand_core 0.6.4 0.9.3
rustix 1.0.7 1.0.8

Updates chrono-tz from 0.10.3 to 0.10.4

Commits
  • e15d1f3 Bump parse-zoneinfo version to 0.4.1
  • a2f0989 parse-zoneinfo: don't package large test/example files
  • 04d00af Bump chrono-tz version to 0.10.4
  • c78174a parse-zoneinfo: move DaySpec impl next to definition
  • d4c6cb2 parse-zoneinfo: move Weekday impl next to definition
  • d3c15ba parse-zoneinfo: move tests into tests module
  • f29c72d parse-zoneinfo: move TimeType impl next to definition
  • be19239 parse-zoneinfo: import TableBuilder::add_line()
  • 1cd1235 parser-zoneinfo: drop LineParser type
  • dd64b82 parse-zoneinfo: use simple Rust code to parse empty lines
  • Additional commits viewable in compare view

Updates const-str from 0.6.2 to 0.6.3

Release notes

Sourced from const-str's releases.

v0.6.3

What's Changed

New Contributors

Full Changelog: Nugine/const-str@v0.6.2...v0.6.3

Commits

Updates cc from 1.2.29 to 1.2.30

Release notes

Sourced from cc's releases.

cc-v1.2.30

Other

  • define _REENTRANT by default (#1496)
Changelog

Sourced from cc's changelog.

1.2.30 - 2025-07-18

Other

  • define _REENTRANT by default (#1496)
Commits

Updates phf from 0.11.3 to 0.12.1

Release notes

Sourced from phf's releases.

phf v0.12.0

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@phf-v0.11.3...phf-v0.12.0

phf_codegen v0.12.0

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@phf_codegen-v0.11.3...phf_codegen-v0.12.0

phf_generator v0.12.0

Chore

  • Update version number in docs

Chore

  • Update changelog

Commit Statistics

  • 5 commits contributed to the release over the course of 138 calendar days.
  • 163 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits
  • 03a9306 chore: Update version number
  • 4ddbefd Merge pull request #334 from rust-phf/chore/fix-test
  • ecd6a86 chore: Fix version number
  • e309f28 Release phf_shared v0.12.0, phf_generator v0.12.0, phf_macros v0.12.0, phf v0...
  • 51d6baa chore: Update changelog
  • 08e7464 chore: Update version number in docs
  • 5c3ad85 Merge pull request #333 from JohnTitor/chore/serde-no-std
  • 08897bd chore: Turn off serde std feature on no-std
  • a6df856 Merge pull request #289 from thaliaarchi/master
  • 2806801 Add support for unicase::Ascii type
  • Additional commits viewable in compare view

Updates phf_shared from 0.11.3 to 0.12.1

Release notes

Sourced from phf_shared's releases.

phf_shared v0.12.0

Notice

This version has been yanked as its dependency graph is broken. Please use v0.12.1 instead.

Chore

  • Update version number in docs

Chore

  • Update changelog

Commit Statistics

  • 6 commits contributed to the release over the course of 138 calendar days.
  • 163 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Update changelog (51d6baa)
    • Update version number in docs (08e7464)
    • Merge pull request #289 from thaliaarchi/master (a6df856)
    • Add support for unicase::Ascii type (2806801)
    • Merge branch 'master' into no-wasteful-allocations (33b8aff)
    • Merge branch 'master' into fastrand (576dd47)
Commits
  • 03a9306 chore: Update version number
  • 4ddbefd Merge pull request #334 from rust-phf/chore/fix-test
  • ecd6a86 chore: Fix version number
  • e309f28 Release phf_shared v0.12.0, phf_generator v0.12.0, phf_macros v0.12.0, phf v0...
  • 51d6baa chore: Update changelog
  • 08e7464 chore: Update version number in docs
  • 5c3ad85 Merge pull request #333 from JohnTitor/chore/serde-no-std
  • 08897bd chore: Turn off serde std feature on no-std
  • a6df856 Merge pull request #289 from thaliaarchi/master
  • 2806801 Add support for unicase::Ascii type
  • Additional commits viewable in compare view

Updates rand_core from 0.6.4 to 0.9.3

Release notes

Sourced from rand_core's releases.

rand v0.9.1

Changelog

Security and unsafe

  • Revise "not a crypto library" policy again (#1565)
  • Remove zerocopy dependency from rand (#1579)

Fixes

  • Fix feature simd_support for recent nightly rust (#1586)

Changes

  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#1623), reverting an undocumented change (#1382) to the previous release.

Additions

  • Add rand::distr::Alphabetic distribution. (#1587)
  • Re-export rand_core (#1604)

New Contributors

Full Changelog: rust-random/rand@0.9.0...0.9.1

0.9.0

Upgrade guide

See https://rust-random.github.io/book/update-0.9.html

Changelog

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

API changes: rand_core traits

... (truncated)

Changelog

Sourced from rand_core'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.

A separate changelog is kept for rand_core.

You may also find the Upgrade Guide useful.

[Unreleased]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)

[0.9.1] - 2025-04-17

Security and unsafe

  • Revise "not a crypto library" policy again (#1565)
  • Remove zerocopy dependency from rand (#1579)

Fixes

  • Fix feature simd_support for recent nightly rust (#1586)

Changes

  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#1623), reverting an undocumented change (#1382) to the previous release.

Additions

  • Add rand::distr::Alphabetic distribution. (#1587)
  • Re-export rand_core (#1604)

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

... (truncated)

Commits

Updates rustix from 1.0.7 to 1.0.8

Commits
  • 5b104ec chore: Release rustix version 1.0.8
  • 77151a7 Deprecate unshare and add unshare_unsafe. (#1482)
  • 71ecca8 Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values. (#1484)
  • b16b457 Use new hints.mostly-unused (#1491)
  • 12aa086 fixed a typo in a link in the docs (#1487)
  • eec86ef Remove the compiler-builtins optional dependency. (#1483)
  • 1507cbd Pin CI to Rust nightly-2025-06-23. (#1486)
  • 25ebd26 Expand the windows-sys dependency to include 0.60.0. (#1476)
  • 091d3d7 Temporarily disable the do_test_unix_msg tests on FreeBSD. (#1477)
  • 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 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 patch-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.10.3` | `0.10.4` |
| [const-str](https://github.com/Nugine/const-str) | `0.6.2` | `0.6.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.29` | `1.2.30` |
| [phf](https://github.com/rust-phf/rust-phf) | `0.11.3` | `0.12.1` |
| [phf_shared](https://github.com/rust-phf/rust-phf) | `0.11.3` | `0.12.1` |
| [rand_core](https://github.com/rust-random/rand) | `0.6.4` | `0.9.3` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.7` | `1.0.8` |


Updates `chrono-tz` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Commits](chronotope/chrono-tz@v0.10.3...v0.10.4)

Updates `const-str` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/Nugine/const-str/releases)
- [Commits](Nugine/const-str@v0.6.2...v0.6.3)

Updates `cc` from 1.2.29 to 1.2.30
- [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.29...cc-v1.2.30)

Updates `phf` from 0.11.3 to 0.12.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@phf-v0.11.3...v0.12.1)

Updates `phf_shared` from 0.11.3 to 0.12.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@phf_shared-v0.11.3...v0.12.1)

Updates `rand_core` from 0.6.4 to 0.9.3
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/commits)

Updates `rustix` from 1.0.7 to 1.0.8
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.0.7...v1.0.8)

---
updated-dependencies:
- dependency-name: chrono-tz
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: const-str
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: phf
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: phf_shared
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: rand_core
  dependency-version: 0.9.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: rustix
  dependency-version: 1.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-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 Jul 18, 2025
@codecov
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.43%. Comparing base (18a8691) to head (5f46b9d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #976   +/-   ##
=======================================
  Coverage   83.43%   83.43%           
=======================================
  Files          47       47           
  Lines       12604    12604           
=======================================
  Hits        10516    10516           
  Misses       2088     2088           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pamburus pamburus merged commit 30175e3 into master Jul 18, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/patch-updates-587b05dce4 branch July 18, 2025 21:39
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