mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
chore(deps): update rust crate tempfile to 3.10.1
This commit is contained in:
parent
64c574381e
commit
e76891726a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ cargo-fuzz = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libfuzzer-sys = "0.4"
|
libfuzzer-sys = "0.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
tempfile = "3"
|
tempfile = "3.10.1"
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
rand = { version = "0.8", features = ["small_rng"] }
|
||||||
similar = "2"
|
similar = "2"
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ uucore = { workspace = true, features = ["libc", "fsext"] }
|
||||||
unicode-width = { workspace = true }
|
unicode-width = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3"
|
tempfile = "3.10.1"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "df"
|
name = "df"
|
||||||
|
|
Loading…
Reference in a new issue