Skip to content

build(deps): Dependabot staging - axum, tokio, clap, rustls-webpki#135

Merged
jasonish merged 5 commits intomainfrom
dependabot-staging
Apr 25, 2026
Merged

build(deps): Dependabot staging - axum, tokio, clap, rustls-webpki#135
jasonish merged 5 commits intomainfrom
dependabot-staging

Conversation

@jasonish
Copy link
Copy Markdown
Owner

Combines 4 Dependabot dependency updates into a single staging PR:

All commits cherry-picked without merge commits. Build verified locally.

dependabot Bot and others added 5 commits April 25, 2026 14:53
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.8.8...axum-v0.8.9)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.1 to 1.52.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 4.6.0 to 4.6.1.
- [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.6.0...clap_complete-v4.6.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.11 to 0.103.13.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.11...v/0.103.13)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Replace sort_by with sort_by_key to satisfy clippy::unnecessary_sort_by:
- src/purge.rs: files.sort_by(|a, b| b.modified.cmp(&a.modified))
  -> files.sort_by_key(|b| std::cmp::Reverse(b.modified))

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jasonish jasonish merged commit 0a234e3 into main Apr 25, 2026
2 checks passed
@jasonish jasonish deleted the dependabot-staging branch April 25, 2026 13:01
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.

1 participant