Skip to content

Commit

Permalink
chore(deps): update rust crate criterion to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent ca183b2 commit eeaad94
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 94 deletions.
150 changes: 58 additions & 92 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 @@ -40,7 +40,7 @@ utf8parse = "0.2.1"
anstyle-wincon = { version = "2.0.0", path = "../anstyle-wincon", optional = true }

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"
owo-colors = "3.5.0"
proptest = "1.1.0"
strip-ansi-escapes = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ utf8 = ["dep:utf8parse"]

[dev-dependencies]
codegenrs = { version = "2.0.0", default-features = false }
criterion = "0.4.0"
criterion = "0.5.1"
proptest = "1.1.0"
snapbox = { version = "0.4.11", features = ["path"] }
vte_generate_state_changes = { version = "0.1.1" }
Expand Down

0 comments on commit eeaad94

Please sign in to comment.