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 15, 2024
1 parent a93c121 commit b409f45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

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

0 comments on commit b409f45

Please sign in to comment.