Skip to content

Commit ad326eb

Browse files
committed
chore: Upgrade incompatible
1 parent be6a365 commit ad326eb

4 files changed

Lines changed: 23 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/snapbox-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ color = ["dep:anstream"]
2222
debug = []
2323

2424
[dependencies]
25-
anstream = { version = "0.6.21", optional = true }
25+
anstream = { version = "1.0.0", optional = true }
2626

2727
[lints]
2828
workspace = true

crates/snapbox/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ backtrace = { version = "0.3", optional = true }
8383
similar = { version = "2.7.0", features = ["inline"], optional = true }
8484

8585
anstyle = "1.0.13"
86-
anstream = { version = "0.6.21", optional = true }
86+
anstream = { version = "1.0.0", optional = true }
8787

8888
document-features = { version = "0.2.12", optional = true }
8989

9090
serde_json = { version = "1.0.145", optional = true}
91-
anstyle-svg = { version = "0.1.12", optional = true }
91+
anstyle-svg = { version = "1.0.0", optional = true }
9292
serde = { version = "1.0.228", optional = true }
9393
regex = { version = "1.12.3", optional = true, default-features = false, features = ["std"] }
9494

crates/trycmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ required-features = ["schema"]
4444
[dependencies]
4545
automod = "1.0.15"
4646
snapbox = { path = "../snapbox", version = "1.0.0", default-features = false, features = ["cmd"] }
47-
anstream = { version = "0.6.21", optional = true }
47+
anstream = { version = "1.0.0", optional = true }
4848

4949
glob = "0.3.3"
5050
rayon = "1.10.0"

0 commit comments

Comments
 (0)