sfackler / rust-native-tls

Apache License 2.0
473 stars 197 forks source link

Consider upgrading to tempfile = "3.4.0" #251

Closed ge3224 closed 1 year ago

ge3224 commented 1 year ago

Github has issued a low-risk advisory for the version of remove_dir_all that is used by tempfile versions 3.0 and 3.1.0. tempfile recently switched to std::fs::remove_dir_all.

sfackler commented 1 year ago

https://github.com/sfackler/rust-native-tls/pull/249#issuecomment-1445219493