Skip to content

Commit

Permalink
Bump criterion to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Oct 22, 2024
1 parent 68febf5 commit efc3c19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ bytes = "1.8.0"
camino = "1.1.6"
chrono = { version = "0.4.31", default-features = false, features = ["clock"] }
clap = { version = "4.5.20", features = ["derive"] }
criterion = "0.5.1"
futures-util = { version = "0.3.30", default-features = false }
hex_fmt = "0.3.0"
indexmap = "2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ zeroize = "1.6.0"
[dev-dependencies]
assert_matches = { workspace = true }
clap = { workspace = true }
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { workspace = true, features = ["html_reports"] }
hdrhistogram = { version = "7.5.4", default-features = false, features = ["sync"] }
metrics_ext = { path = "../metrics_ext" }
ouisync-tracing-fmt = { path = "../tracing_fmt" }
Expand Down
3 changes: 1 addition & 2 deletions vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ widestring = "1.0.2"
winapi = { version = "0.3.9", features = ["ntstatus", "winnt"] }

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { workspace = true, features = ["html_reports"] }
proptest = "1.0"
rand = "0.8.5"
tempfile = { workspace = true }
test-strategy = "0.2.1"
tracing-subscriber = { workspace = true, features = [ "env-filter" ] }

0 comments on commit efc3c19

Please sign in to comment.