[keygen] Use workspace version for `tempfile` (#31722)

use workspace version for `tempfile`
This commit is contained in:
samkim-crypto 2023-05-19 10:50:00 +09:00 committed by GitHub
parent 68eb257f21
commit fd049847a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ solana-version = { workspace = true }
tiny-bip39 = { workspace = true }
[dev-dependencies]
tempfile = "3.5.0"
tempfile = { workspace = true }
[[bin]]
name = "solana-keygen"