Skip to content

Commit

Permalink
chore(deps): Update compatible (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent a93c121 commit 774da42
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 81 deletions.
93 changes: 18 additions & 75 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 crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ is_terminal_polyfill = "1.48"
anstyle-wincon = { version = "3.0.1", path = "../anstyle-wincon", optional = true }

[dev-dependencies]
divan = "0.1.11"
divan = "0.1.14"
lexopt = "0.3.0"
owo-colors = "4.0.0"
proptest = "1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/anstyle-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ utf8 = ["dep:utf8parse"]

[dev-dependencies]
codegenrs = { version = "3.0.1", default-features = false }
divan = "0.1.11"
divan = "0.1.14"
proptest = "1.4.0"
snapbox = { version = "0.5.0", features = ["path"] }
snapbox = { version = "0.5.9", features = ["path"] }
vte_generate_state_changes = { version = "0.1.1" }

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-roff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ roff = "0.2.1"
cansi = "2.2.1"

[dev-dependencies]
snapbox = "0.5.0"
snapbox = "0.5.9"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/anstyle-svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html-escape = "0.2.13"
unicode-width = "0.1.11"

[dev-dependencies]
snapbox = "0.5.1"
snapbox = "0.5.9"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/colorchoice-clap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clap = { version = "4.3.5", default-features = false, features = ["std", "derive

[dev-dependencies]
anstream = { path = "../anstream" }
clap = "4.3.5"
clap = "4.5.4"
owo-colors = "4.0.0"

[lints]
Expand Down

0 comments on commit 774da42

Please sign in to comment.