Skip to content

chore(deps): bump the rust-minor group across 1 directory with 5 updates#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-minor-b81e0db43d
Closed

chore(deps): bump the rust-minor group across 1 directory with 5 updates#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-minor-b81e0db43d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps the rust-minor group with 5 updates in the / directory:

Package From To
ignore 0.4.25 0.4.26
serde_json 1.0.149 1.0.150
which 8.0.2 8.0.3
chrono 0.4.44 0.4.45
mimalloc 0.1.48 0.1.52

Updates ignore from 0.4.25 to 0.4.26

Commits
  • 82313cf ignore-0.4.26
  • 43e2f08 ignore: fix parent gitignore matching across multiple roots
  • 79a23e0 ignore: use named fields in Ignore
  • 4519153 doc: clarify half-boundary syntax for the -w/--word-regexp flag
  • cb66736 core: bleat a DEBUG message when RIPGREP_CONFIG_PATH is not set
  • 9b84e15 ignore/types: add container type that covers both Dockerfile and `Contain...
  • cd1f981 fix: derive Default when possible
  • See full diff in compare view

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates which from 8.0.2 to 8.0.3

Release notes

Sourced from which's releases.

8.0.3

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.2...8.0.3

Changelog

Sourced from which's changelog.

8.0.3

  • Add fallback implementation of is_valid_executable allowing which-rs to compile on targets which are not Unix, Windows, WASI, or Redox. Thanks @​pmikolajczyk41 for your contribution to which!
Commits

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates mimalloc from 0.1.48 to 0.1.52

Release notes

Sourced from mimalloc's releases.

Version 0.1.52

Changes

  • Expose mi_stats_get_json().
  • Fix ARM compilation.

Version 0.1.51

Changes

  • Mimalloc bumped to v3.3.2 and v2.3.2.
  • Compile with msvc on windows.

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
  • abcd2be v0.1.52
  • 9db5330 Remove explicit arm instruction set
  • d06bd31 Merge pull request #161 from svix-jbrown/feat/stats-json
  • eb4a16d simplify API
  • e1fd9eb fix up some tests
  • 6805298 v0.1.51
  • ba2c9b1 Fix extended v3
  • 84969eb Merge pull request #160 from Havunen/feat/adjust_build_to_match_mimalloc
  • 843b9b2 Updated mimalloc to 3.3.2 and 2.3.2
  • da7a09c feat: expose mi_stats_get_json and a safe wrapper around it
  • 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 rust-minor group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.25` | `0.4.26` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [which](https://github.com/harryfei/which-rs) | `8.0.2` | `8.0.3` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) | `0.1.48` | `0.1.52` |



Updates `ignore` from 0.4.25 to 0.4.26
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.25...ignore-0.4.26)

Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)

Updates `which` from 8.0.2 to 8.0.3
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@8.0.2...8.0.3)

Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.44...v0.4.45)

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

---
updated-dependencies:
- dependency-name: ignore
  dependency-version: 0.4.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: which
  dependency-version: 8.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: mimalloc
  dependency-version: 0.1.52
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/rust-minor-b81e0db43d branch June 15, 2026 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants