Skip to content

Commit e5f7f8e

Browse files
Update criterion requirement from 0.3 to 0.4
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfe3bc0 commit e5f7f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
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"] }

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)