1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Bump tempfile from 3.10.1 to 3.11.0

This commit is contained in:
Daniel Hofstetter 2024-08-03 08:06:34 +02:00
parent 36599091fd
commit 06be3c55f3
2 changed files with 4 additions and 3 deletions

View file

@ -10,7 +10,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4.7"
libc = "0.2.153"
tempfile = "3.10.1"
tempfile = "3.11.0"
rand = { version = "0.8.5", features = ["small_rng"] }
similar = "2.5.0"