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] authored Mar 13, 2024
1 parent 476efbc commit 75fdb11
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/anstyle-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,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 @@ -27,4 +27,4 @@ roff = "0.2.1"
cansi = "2.2.1"

[dev-dependencies]
snapbox = "0.5.0"
snapbox = "0.5.9"
2 changes: 1 addition & 1 deletion crates/anstyle-svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ html-escape = "0.2.13"
unicode-width = "0.1.11"

[dev-dependencies]
snapbox = "0.5.1"
snapbox = "0.5.9"
2 changes: 1 addition & 1 deletion crates/colorchoice-clap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ clap = { version = "4.3.5", default-features = false, features = ["std", "derive

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

0 comments on commit 75fdb11

Please sign in to comment.