Skip to content

Commit

Permalink
Update os_pipe dev-dependency in cargo-insta (#686)
Browse files Browse the repository at this point in the history
Updates the `os_pipe` dev-dependency from 0.9.0 to 1.2.1, the latest
release.

[Version
1.0.0](https://github.com/oconnor663/os_pipe.rs/releases/tag/1.0.0)
stabilized the 0.9.0 API without changes.

[Version
1.2.0](https://github.com/oconnor663/os_pipe.rs/releases/tag/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 #633.
  • Loading branch information
musicinmybrain authored Nov 17, 2024
1 parent ef78afb commit 91f85e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ walkdir = "2.3.1"
similar = "2.2.1"
itertools = "0.10.0"
termcolor = "1.1.2"
os_pipe = "0.9.0"
os_pipe = "1.2.1"

0 comments on commit 91f85e6

Please sign in to comment.