diff options
| author | Renovate Bot <[email protected]> | 2021-07-26 23:19:01 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-26 23:19:01 +0000 |
| commit | 83aac4935112e3cdc9934fe5582b463864235d29 (patch) | |
| tree | d0ba0d5b8cfbeb59062a57666bd5b02a60540b03 | |
| parent | Merge pull request #60 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-83aac4935112e3cdc9934fe5582b463864235d29.tar.xz whirl-83aac4935112e3cdc9934fe5582b463864235d29.zip | |
chore(deps): update rust crate criterion to 0.3.5
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml index f6c54f9..41db320 100644 --- a/crates/whirl_common/Cargo.toml +++ b/crates/whirl_common/Cargo.toml @@ -19,7 +19,7 @@ whirl_config = { path = "../whirl_config" } [dev-dependencies] # Benchmark iai = "0.1.1" -criterion = { version = "0.3.4", features = ["html_reports"] } +criterion = { version = "0.3.5", features = ["html_reports"] } [[bench]] name = "whirl_common" |