oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

Update `is-terminal` dependency to 0.4.9 to enable rustix upgrade. #50

Closed flihp closed 10 months ago

flihp commented 10 months ago

The rustix package had a bug recently that affects the current version in our Cargo.lock. A fix is available in versions greater than 0.37.25 but our is-terminal dependency was preventing the upgrade. This commit resolves this by upgrading is-terminal to 0.4.9 enabling the rustix upgrade to 0.38.21.