1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Bump tempfile from 3.14.0 to 3.15.0

This commit is contained in:
Daniel Hofstetter 2025-01-03 14:40:37 +01:00
parent 2cdf30938d
commit 2ab6dac8f0
4 changed files with 27 additions and 14 deletions

View file

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