Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps the rust-dependencies group with 9 updates:

Package From To
indexmap 2.12.1 2.13.0
mimalloc-safe 0.1.55 0.1.56
serde_json 1.0.148 1.0.149
toml 0.9.10+spec-1.1.0 0.9.11+spec-1.1.0
quote 1.0.42 1.0.43
syn 2.0.113 2.0.114
proc-macro2 1.0.104 1.0.105
url 2.5.7 2.5.8
futures-concurrency 7.6.3 7.7.0

Updates indexmap from 2.12.1 to 2.13.0

Changelog

Sourced from indexmap's changelog.

2.13.0 (2026-01-07)

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.
Commits
  • a4aba99 Merge pull request #431 from cuviper/release-2.13.0
  • e345f3a Release 2.13.0
  • e6b677b Merge pull request #430 from cuviper/split_at_checked
  • 61c9d53 Add Slice::split_at_checked and split_at_mut_checked
  • 8b8d350 Merge pull request #426 from cuviper/clone-intokv
  • 88efd0c impl Clone for IntoKeys and IntoValues
  • 3b6d04b Merge pull request #425 from cuviper/inner-core
  • eb30eb1 Move crate::map::core to crate::inner
  • See full diff in compare view

Updates mimalloc-safe from 0.1.55 to 0.1.56

Release notes

Sourced from mimalloc-safe's releases.

mimalloc-safe-v0.1.56

Features

  • Upgrade mimalloc (#48)

Chore

  • (deps) Update dependency node to v24 (#42)
  • (deps) Update dependency @​napi-rs/cli to v3.5.0 (#46)
  • (deps) Update actions/checkout action to v6 (#45)
  • (deps) Update yarn to v4.12.0 (#43)
  • (deps) Update dependency @​napi-rs/cli to v3.5.1 (#47)
Changelog

Sourced from mimalloc-safe's changelog.

[0.1.56] - 2026-01-11

Features

  • Upgrade mimalloc (#48)

Chore

  • (deps) Update dependency node to v24 (#42)
  • (deps) Update dependency @​napi-rs/cli to v3.5.0 (#46)
  • (deps) Update actions/checkout action to v6 (#45)
  • (deps) Update yarn to v4.12.0 (#43)
  • (deps) Update dependency @​napi-rs/cli to v3.5.1 (#47)
Commits
  • 809fcda chore(mimalloc-safe): release v0.1.56 (#44)
  • 255e13a feat: upgrade mimalloc (#48)
  • 0639179 chore(deps): update dependency @​napi-rs/cli to v3.5.1 (#47)
  • 9f12d5a chore(deps): update yarn to v4.12.0 (#43)
  • b08320d chore(deps): update actions/checkout action to v6 (#45)
  • f27643f chore(deps): update dependency @​napi-rs/cli to v3.5.0 (#46)
  • 61f64f3 chore(deps): update dependency node to v24 (#42)
  • 53f2984 chore(deps): update dependency @​napi-rs/cli to v3.4.1 (#41)
  • See full diff in compare view

Updates serde_json from 1.0.148 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)
Commits

Updates toml from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0

Commits

Updates quote from 1.0.42 to 1.0.43

Release notes

Sourced from quote's releases.

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)
Commits
  • 635ee67 Release 1.0.43
  • 5f605a6 Reorder module-level attributes in crate root
  • 9c63cee Delete html_root_url comment
  • 009af09 Disallow direct use of quote v1 as a no-std crate
  • 546c7c2 Merge pull request 320 from tamird/no-std
  • fc59136 Merge pull request #319 from tamird/fix-tests
  • b3faa37 Make the crate no_std
  • 8e70480 Merge pull request #318 from tamird/more-core
  • 3b9996b tests: fix compilation with --no-default-features
  • 4d1e4fe Change std imports to core/alloc
  • Additional commits viewable in compare view

Updates syn from 2.0.113 to 2.0.114

Release notes

Sourced from syn's releases.

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)
Commits

Updates proc-macro2 from 1.0.104 to 1.0.105

Release notes

Sourced from proc-macro2's releases.

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)
Commits
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • 876f800 CStr is available in core since Rust 1.64
  • See full diff in compare view

Updates url from 2.5.7 to 2.5.8

Commits

Updates futures-concurrency from 7.6.3 to 7.7.0

Release notes

Sourced from futures-concurrency's releases.

v7.7.0

What's Changed

New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.6.3...v7.7.0

Commits
  • 81bd462 chore: Release futures-concurrency version 7.7.0
  • 957c6b2 Merge pull request #220 from matheus-consoli/empty-vec
  • e447b5e Merge branch 'main' into empty-vec
  • 468538c Merge pull request #219 from matheus-consoli/look-ma-no-deps
  • 527a90a handle empty containers on race for vec and array
  • ac5203d fix merge for empty array of streams
  • e35ac8b fix merge for empty vec of streams
  • 7c7b935 use FutureGroup for concurrent streams
  • 29cd385 Merge pull request #218 from matheus-consoli/fix-pin-violations
  • 32443c5 remove assertion on constants in tests
  • 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 rust-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` |
| [mimalloc-safe](https://github.com/napi-rs/mimalloc-safe) | `0.1.55` | `0.1.56` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` |
| [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` |
| [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` |
| [syn](https://github.com/dtolnay/syn) | `2.0.113` | `2.0.114` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.104` | `1.0.105` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [futures-concurrency](https://github.com/yoshuawuyts/futures-concurrency) | `7.6.3` | `7.7.0` |


Updates `indexmap` from 2.12.1 to 2.13.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.12.1...2.13.0)

Updates `mimalloc-safe` from 0.1.55 to 0.1.56
- [Release notes](https://github.com/napi-rs/mimalloc-safe/releases)
- [Changelog](https://github.com/napi-rs/mimalloc-safe/blob/main/CHANGELOG.md)
- [Commits](napi-rs/mimalloc-safe@mimalloc-safe-v0.1.55...mimalloc-safe-v0.1.56)

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

Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11)

Updates `quote` from 1.0.42 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.42...1.0.43)

Updates `syn` from 2.0.113 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.113...2.0.114)

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

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

Updates `futures-concurrency` from 7.6.3 to 7.7.0
- [Release notes](https://github.com/yoshuawuyts/futures-concurrency/releases)
- [Commits](yoshuawuyts/futures-concurrency@v7.6.3...v7.7.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: mimalloc-safe
  dependency-version: 0.1.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: toml
  dependency-version: 0.9.11+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: futures-concurrency
  dependency-version: 7.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

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 Jan 12, 2026
@github-actions
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 52,598 52,598 0
Passed 49,421 49,421 0
Ignored 2,134 2,134 0
Failed 1,043 1,043 0
Panics 0 0 0
Conformance 93.96% 93.96% 0.00%

@nekevss nekevss added this pull request to the merge queue Jan 15, 2026
Merged via the queue into main with commit dd2d785 Jan 15, 2026
17 checks passed
@nekevss nekevss deleted the dependabot/cargo/rust-dependencies-cbb4c32c3c branch January 15, 2026 20:43
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