Skip to content

rust/keygen(deps): bump tempfile from 3.24.0 to 3.26.0 in /tools/ssh_keygen#384

Merged
temper-pulseengine[bot] merged 1 commit intomainfrom
dependabot/cargo/tools/ssh_keygen/tempfile-3.26.0
Mar 2, 2026
Merged

rust/keygen(deps): bump tempfile from 3.24.0 to 3.26.0 in /tools/ssh_keygen#384
temper-pulseengine[bot] merged 1 commit intomainfrom
dependabot/cargo/tools/ssh_keygen/tempfile-3.26.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps tempfile from 3.24.0 to 3.26.0.

Changelog

Sourced from tempfile's changelog.

3.26.0

3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.24.0 to 3.26.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.24.0...v3.26.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-version: 3.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added automated dependencies Dependency updates labels Mar 2, 2026
@temper-pulseengine temper-pulseengine bot enabled auto-merge (squash) March 2, 2026 06:16
@temper-pulseengine temper-pulseengine bot merged commit fed0397 into main Mar 2, 2026
4 of 17 checks passed
@temper-pulseengine temper-pulseengine bot deleted the dependabot/cargo/tools/ssh_keygen/tempfile-3.26.0 branch March 2, 2026 06:16
Copy link

@temper-pulseengine temper-pulseengine bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI Code Review for PR #384

The Cargo.toml file for the ssh_keygen tool defines its package metadata, dependencies, and development dependencies. Here's a breakdown of the key sections:

Package Metadata

  • Name: The name of the package is ssh-keygen.
  • Version: The current version of the package is 0.1.0.
  • Edition: The Rust edition used in this project is 2021, which includes features introduced in that edition.
  • Description: A brief description of what the tool does, which is "Hermetic SSH key generation tool compatible with OpenSSH format".
  • License: The license under which the package is distributed is MIT.

Dependencies

  • anyhow: This crate provides a way to handle errors in Rust applications. It's version 1.0 is specified.
  • clap: A command-line argument parser for Rust. Version 4.5.57 is used, and it includes the "derive" feature which allows for automatic implementation of traits like clap::Parser.
  • ssh-key: This crate provides functionality to generate SSH keys in various formats, including Ed25519, RSA, ECDSA, and others. Version 0.6 is specified, with features enabled for specific key types (ed25519, rsa, ecdsa) and the use of rand_core.
  • rand: This crate provides a random number generator in Rust. Version 0.8 is used, which supports cryptographic operations.

Development Dependencies

  • tempfile: This crate is used for creating temporary files during development or testing. It version 3.26 is specified.

Binaries

  • ssh-keygen: This binary is the entry point of the tool. It's located in the src/main.rs file and will be compiled into an executable named ssh-keygen.

This setup ensures that the ssh_keygen tool can generate SSH keys securely and efficiently, compatible with OpenSSH format, while also providing a robust command-line interface for users.


Reviewed by qwen2.5-coder:3b (local Ollama). Advisory only — may miss issues or report false positives.

Commands
Command Description
/ask <question> Discuss this review — ask questions or disagree with findings
/review-pr Re-run the review from scratch
/review-pr <focus> Re-run with specific instructions (e.g. /review-pr focus on error handling)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant