Skip to content

Commit 78f8379

Browse files
rust/keygen(deps): bump tempfile in /tools/ssh_keygen
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.22.0 to 3.23.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b37f71 commit 78f8379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/ssh_keygen/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -13,7 +13,7 @@ rand = "0.8"
1313
# rand_core will be resolved transitively to 0.6 (compatible with ssh-key)
1414

1515
[dev-dependencies]
16-
tempfile = "3.22"
16+
tempfile = "3.23"
1717

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

0 commit comments

Comments
 (0)