mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.26k stars 102 forks source link

Update os_pipe dev-dependency in cargo-insta #686

Closed musicinmybrain closed 1 week ago

musicinmybrain commented 1 week ago

Updates the os_pipe dev-dependency from 0.9.0 to 1.2.1, the latest release.

Version 1.0.0 stabilized the 0.9.0 API without changes.

Version 1.2.0 bumped the MSRV to 1.63; this is fine since os_pipe is only used by cargo-insta, which has MSRV 1.65.0.

Based on discussion in https://github.com/mitsuhiko/insta/pull/633.

max-sixty commented 1 week ago

Great, thanks @musicinmybrain !