mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chore(deps): update rust crate tempfile to 3.10.1
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ cargo-fuzz = true
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.4"
|
||||
libc = "0.2"
|
||||
tempfile = "3"
|
||||
tempfile = "3.10.1"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
similar = "2"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ uucore = { workspace = true, features = ["libc", "fsext"] }
|
||||
unicode-width = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
tempfile = "3.10.1"
|
||||
|
||||
[[bin]]
|
||||
name = "df"
|
||||
|
||||
Reference in New Issue
Block a user