awslabs / tough

Rust libraries and tools for using and generating TUF repositories
196 stars 54 forks source link

check for blocking tempfile usage in tuftool #697

Closed webern closed 11 months ago

webern commented 11 months ago
          Does this need the same `tokio::task::spawn_blocking` handling since `NamedTempFile` can block?

_Originally posted by @bcressey in https://github.com/awslabs/tough/pull/687#discussion_r1382072065_