Skip to content

Commit b95ef18

Browse files
build(deps): update criterion requirement from 0.6 to 0.7 (#2731)
1 parent 7f8504f commit b95ef18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dc/s2n-quic-dc-benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish = false
66

77
[dependencies]
88
aws-lc-rs = "1.12"
9-
criterion = { version = "0.6", features = ["html_reports", "async_tokio"] }
9+
criterion = { version = "0.7", features = ["html_reports", "async_tokio"] }
1010
s2n-codec = { path = "../../common/s2n-codec" }
1111
s2n-quic-dc = { path = "../s2n-quic-dc", features = ["testing"] }
1212
tokio = { version = "1", features = ["full"] }

quic/s2n-quic-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish = false
1010

1111
[dependencies]
1212
bytes = "1"
13-
criterion = { version = "0.6", features = ["html_reports"] }
13+
criterion = { version = "0.7", features = ["html_reports"] }
1414
crossbeam-channel = { version = "0.5" }
1515
internet-checksum = "0.2"
1616
s2n-codec = { path = "../../common/s2n-codec", features = ["testing"] }

0 commit comments

Comments
 (0)