Skip to content

Commit

Permalink
Merge pull request sfackler#1037 from sfackler/dependabot/cargo/crite…
Browse files Browse the repository at this point in the history
…rion-0.5

Update criterion requirement from 0.4 to 0.5
  • Loading branch information
sfackler authored May 24, 2023
2 parents 22469d6 + 4095490 commit 762f67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tokio-util = { version = "0.7", features = ["codec"] }

[dev-dependencies]
futures-executor = "0.3"
criterion = "0.4"
criterion = "0.5"
env_logger = "0.10"
tokio = { version = "1.0", features = [
"macros",
Expand Down

0 comments on commit 762f67f

Please sign in to comment.