Skip to content

Commit bf8349b

Browse files
rust/keygen(deps): bump tempfile in /tools/ssh_keygen
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 909899e commit bf8349b

File tree

2 files changed

+17
-90
lines changed

2 files changed

+17
-90
lines changed

tools/ssh_keygen/Cargo.lock

Lines changed: 16 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/ssh_keygen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ssh-key = { version = "0.6", features = ["ed25519", "rsa", "ecdsa", "rand_core"]
1212
rand = "0.9"
1313

1414
[dev-dependencies]
15-
tempfile = "3.0"
15+
tempfile = "3.21"
1616

1717
[[bin]]
1818
name = "ssh-keygen"

0 commit comments

Comments
 (0)