Skip to content

Commit 71668b7

Browse files
authored
Merge pull request #949 from sfackler/dependabot/cargo/criterion-0.4
Update criterion requirement from 0.3 to 0.4
2 parents dfe3bc0 + e5f7f8e commit 71668b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ tokio = { version = "1.0", features = ["rt", "time"] }
4545
log = "0.4"
4646

4747
[dev-dependencies]
48-
criterion = "0.3"
48+
criterion = "0.4"
4949
tokio = { version = "1.0", features = ["rt-multi-thread"] }

Diff for: tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tokio-util = { version = "0.7", features = ["codec"] }
6161

6262
[dev-dependencies]
6363
futures-executor = "0.3"
64-
criterion = "0.3"
64+
criterion = "0.4"
6565
env_logger = "0.9"
6666
tokio = { version = "1.0", features = [
6767
"macros",

0 commit comments

Comments
 (0)