Closed king-11 closed 2 weeks ago
Why?
I don't think tempfile makes use of any API change which might have been introduced with 0.59
so keeping the range would prevent dependency hell for other downstream dependencies to only pull one version and I have mostly found that to be version 0.52
.
Hm. There's no guarantee that'll work as you expect (https://github.com/rust-lang/cargo/issues/10599) but it's unlikely to hurt given that this dependency isn't exported.
Yep the resolver can't really make out of this NP hard problem but many a times it works and gets the right one.
3.14 published
dependabot bumped the version to 0.59 but older version 0.52 can also be supported allowing downstream crates to pull dependency as per their version choice.