1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

chore(deps): update rust crate tempfile to 3.6.0

This commit is contained in:
renovate[bot] 2023-06-06 20:22:27 +00:00 committed by GitHub
parent 6d6966cfb1
commit 1965ba268e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 16 deletions

View file

@ -317,7 +317,7 @@ same-file = "1.0.6"
selinux = "0.4"
signal-hook = "0.3.15"
smallvec = { version = "1.10", features = ["union"] }
tempfile = "3.5.0"
tempfile = "3.6.0"
term_grid = "0.1.5"
terminal_size = "0.2.6"
textwrap = { version="0.16.0", features=["terminal_size"] }