Skip to content

Commit

Permalink
Merge pull request #231 from epage/update
Browse files Browse the repository at this point in the history
fix: Upgrade anstream
  • Loading branch information
epage authored Sep 28, 2023
2 parents fc3d3ed + 17f8bbf commit 2a911c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ required-features = ["schema"]

[dependencies]
snapbox = { path = "crates/snapbox", version = "0.4.12", default-features = false, features = ["cmd"] }
anstream = { version = "0.5.0", optional = true }
anstream = { version = "0.6.0", optional = true }

glob = "0.3.0"
rayon = "1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/snapbox-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ color = ["dep:anstream"]
debug = []

[dependencies]
anstream = { version = "0.5.0", optional = true }
anstream = { version = "0.6.0", optional = true }
2 changes: 1 addition & 1 deletion crates/snapbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ backtrace = { version = "0.3", optional = true }
similar = { version = "2.1.0", features = ["inline"], optional = true }

anstyle = "1.0.0"
anstream = { version = "0.5.0", optional = true }
anstream = { version = "0.6.0", optional = true }

document-features = { version = "0.2.6", optional = true }

Expand Down

0 comments on commit 2a911c9

Please sign in to comment.