Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 5 updates:

Package From To
clap_complete 4.5.62 4.5.64
insta 1.45.0 1.45.1
proc-macro2 1.0.103 1.0.104
serde_json 1.0.147 1.0.148
syn 2.0.111 2.0.112

Updates clap_complete from 4.5.62 to 4.5.64

Commits
  • e115243 chore: Release
  • d4c34fa docs: Update changelog
  • ab4f438 Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions
  • 5571b83 fix(complete): Trailing space after zsh directory completions
  • 06a2311 chore: Release
  • bed131f docs: Update changelog
  • a61c53e Merge pull request #6202 from iepathos/6201-symlink-path-completions
  • c3b4405 fix(complete): Follow symlinks in path completion
  • a794395 test(complete): Add symlink path completion tests
  • See full diff in compare view

Updates insta from 1.45.0 to 1.45.1

Release notes

Sourced from insta's releases.

1.45.1

Release Notes

  • Fix backward compatibility with TOML format produced by insta < 1.45.0. #849 (@​chitoku-k)

Install cargo-insta 1.45.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.45.1/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.45.1/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.45.1

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from insta's changelog.

1.45.1

  • Fix backward compatibility with TOML format produced by insta < 1.45.0. #849 (@​chitoku-k)
Commits

Updates proc-macro2 from 1.0.103 to 1.0.104

Release notes

Sourced from proc-macro2's releases.

1.0.104

Commits
  • 4321369 Release 1.0.104
  • 9561144 Merge pull request #527 from dtolnay/extend
  • 57fed01 Update actions/upload-artifact@v5 -> v6
  • 1096f1a Update actions/upload-artifact@v4 -> v5
  • 4275e26 Update to 2021 edition
  • bccca27 Delete rustversion attributes older than required compiler version
  • 8f4c801 Update actions/checkout@v5 -> v6
  • 1baff31 Add new TokenStream Extend impls
  • 6f45ba0 Rename TokenTree collections to "tokens"
  • 2942447 Merge pull request #526 from dtolnay/up
  • Additional commits viewable in compare view

Updates serde_json from 1.0.147 to 1.0.148

Release notes

Sourced from serde_json's releases.

v1.0.148

  • Update zmij dependency to 1.0
Commits

Updates syn from 2.0.111 to 2.0.112

Release notes

Sourced from syn's releases.

2.0.112

Commits
  • f8f2a42 Release 2.0.112
  • ca22ce0 Merge pull request #1951 from VictorArcium/vt/fix-lit-byte
  • 0c4bea1 Fix LitByte::new().
  • 7e38d5d Disable test_parse_buffer.test_unwind_safe under Miri
  • f987b14 Update actions/upload-artifact@v5 -> v6
  • 4642a17 Update actions/upload-artifact@v4 -> v5
  • 1f92a93 Merge pull request #1949 from heiher/issue-1948
  • 2cc3385 tests: Use smallvec and thin_vec from rustc_data_structures
  • 53a460f Update test suite to nightly-2025-12-15
  • 77e56b5 Add rust-version metadata
  • 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 dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.62` | `4.5.64` |
| [insta](https://github.com/mitsuhiko/insta) | `1.45.0` | `1.45.1` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.104` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.147` | `1.0.148` |
| [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.112` |


Updates `clap_complete` from 4.5.62 to 4.5.64
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.62...clap_complete-v4.5.64)

Updates `insta` from 1.45.0 to 1.45.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.45.0...1.45.1)

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

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

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

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-version: 4.5.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: insta
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: proc-macro2
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: serde_json
  dependency-version: 1.0.148
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: syn
  dependency-version: 2.0.112
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 1, 2026
@github-actions
Copy link

github-actions bot commented Jan 1, 2026

🐰 Bencher Report

Branchdependabot/cargo/dependencies-c992b87d1b
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Upper Boundary
microseconds (µs)
(Limit %)
empty_router/empty_router📈 view plot
🚷 view threshold
6,100.50 µs
(+0.54%)Baseline: 6,067.91 µs
6,783.24 µs
(89.93%)
json_api/json_api📈 view plot
🚷 view threshold
1,020.20 µs
(-0.37%)Baseline: 1,024.00 µs
1,127.69 µs
(90.47%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
954.57 µs
(+0.69%)Baseline: 947.99 µs
1,040.22 µs
(91.77%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
912.82 µs
(+0.58%)Baseline: 907.52 µs
993.44 µs
(91.89%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
17,348.00 µs
(-2.23%)Baseline: 17,743.38 µs
20,803.99 µs
(83.39%)
🐰 View full continuous benchmarking report in Bencher

@m4tx m4tx merged commit 9ff65d3 into master Jan 2, 2026
36 of 37 checks passed
@m4tx m4tx deleted the dependabot/cargo/dependencies-c992b87d1b branch January 2, 2026 11:10
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